Micro template library A library for building device drivers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

71 lines
5.5 KiB

  1. \hypertarget{namespaceutl_1_1spi__i__details}{}\section{utl\+:\+:spi\+\_\+i\+\_\+details Namespace Reference}
  2. \label{namespaceutl_1_1spi__i__details}\index{utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}}
  3. \subsection*{Classes}
  4. \begin{DoxyCompactItemize}
  5. \item
  6. struct \mbox{\hyperlink{structutl_1_1spi__i__details_1_1is__spi__}{is\+\_\+spi\+\_\+}}
  7. \begin{DoxyCompactList}\small\item\em Primary template to catch any non S\+PI interface types. \end{DoxyCompactList}\item
  8. struct \mbox{\hyperlink{structutl_1_1spi__i__details_1_1is__spi___3_01___tp_00_01meta_1_1void__t_3_01meta_1_1use__if__sa2db29f6d65d34ecf5e49ec30b6600d78}{is\+\_\+spi\+\_\+$<$ \+\_\+\+Tp, meta\+::void\+\_\+t$<$ meta\+::use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+cclock\+\_\+t$<$ \+\_\+\+Tp $>$, uint32\+\_\+t $>$, meta\+::use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+clock\+\_\+t$<$ \+\_\+\+Tp $>$, void $>$, meta\+::use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+tx\+\_\+t$<$ \+\_\+\+Tp $>$, byte\+\_\+t $>$, meta\+::use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+rx\+\_\+t$<$ \+\_\+\+Tp $>$, byte\+\_\+t $>$ $>$ $>$}}
  9. \begin{DoxyCompactList}\small\item\em template to catch a proper S\+PI interface type \end{DoxyCompactList}\end{DoxyCompactItemize}
  10. \subsection*{Typedefs}
  11. \begin{DoxyCompactItemize}
  12. \item
  13. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1spi__i__details_ae1a4fad6acf8faccc5e85ee9b710c109}{try\+\_\+cclock\+\_\+t}} = decltype(declval$<$ const \+\_\+\+Tp $>$().clock())
  14. \item
  15. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1spi__i__details_af2f4800aa77af82767a3ac55b9b242a6}{try\+\_\+clock\+\_\+t}} = decltype(declval$<$ \+\_\+\+Tp $>$().clock(declval$<$ uint32\+\_\+t $>$()))
  16. \item
  17. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1spi__i__details_a755d8f10cfde3f5c3b9900eb11c858bd}{try\+\_\+tx\+\_\+t}} = decltype(declval$<$ \+\_\+\+Tp $>$().tx\+\_\+data(declval$<$ \mbox{\hyperlink{namespaceutl_a1427cb5a2b13313147a902173b91e3c1}{byte\+\_\+t}} $>$()))
  18. \item
  19. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1spi__i__details_a4dcf3c71fddf790e45a3be2c19906c97}{try\+\_\+rx\+\_\+t}} = decltype(declval$<$ \+\_\+\+Tp $>$().rx\+\_\+data())
  20. \end{DoxyCompactItemize}
  21. \subsection{Detailed Description}
  22. i2c interface concept
  23. \subsection{Typedef Documentation}
  24. \mbox{\Hypertarget{namespaceutl_1_1spi__i__details_ae1a4fad6acf8faccc5e85ee9b710c109}\label{namespaceutl_1_1spi__i__details_ae1a4fad6acf8faccc5e85ee9b710c109}}
  25. \index{utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}!try\+\_\+cclock\+\_\+t@{try\+\_\+cclock\+\_\+t}}
  26. \index{try\+\_\+cclock\+\_\+t@{try\+\_\+cclock\+\_\+t}!utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}}
  27. \subsubsection{\texorpdfstring{try\+\_\+cclock\+\_\+t}{try\_cclock\_t}}
  28. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  29. using \mbox{\hyperlink{namespaceutl_1_1spi__i__details_ae1a4fad6acf8faccc5e85ee9b710c109}{utl\+::spi\+\_\+i\+\_\+details\+::try\+\_\+cclock\+\_\+t}} = typedef decltype (declval$<$const \+\_\+\+Tp$>$().clock())}
  30. Definition at line 298 of file spi.\+h.
  31. \mbox{\Hypertarget{namespaceutl_1_1spi__i__details_af2f4800aa77af82767a3ac55b9b242a6}\label{namespaceutl_1_1spi__i__details_af2f4800aa77af82767a3ac55b9b242a6}}
  32. \index{utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}!try\+\_\+clock\+\_\+t@{try\+\_\+clock\+\_\+t}}
  33. \index{try\+\_\+clock\+\_\+t@{try\+\_\+clock\+\_\+t}!utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}}
  34. \subsubsection{\texorpdfstring{try\+\_\+clock\+\_\+t}{try\_clock\_t}}
  35. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  36. using \mbox{\hyperlink{namespaceutl_1_1spi__i__details_af2f4800aa77af82767a3ac55b9b242a6}{utl\+::spi\+\_\+i\+\_\+details\+::try\+\_\+clock\+\_\+t}} = typedef decltype (declval$<$\+\_\+\+Tp$>$().clock(declval$<$uint32\+\_\+t$>$()))}
  37. Definition at line 299 of file spi.\+h.
  38. \mbox{\Hypertarget{namespaceutl_1_1spi__i__details_a4dcf3c71fddf790e45a3be2c19906c97}\label{namespaceutl_1_1spi__i__details_a4dcf3c71fddf790e45a3be2c19906c97}}
  39. \index{utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}!try\+\_\+rx\+\_\+t@{try\+\_\+rx\+\_\+t}}
  40. \index{try\+\_\+rx\+\_\+t@{try\+\_\+rx\+\_\+t}!utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}}
  41. \subsubsection{\texorpdfstring{try\+\_\+rx\+\_\+t}{try\_rx\_t}}
  42. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  43. using \mbox{\hyperlink{namespaceutl_1_1spi__i__details_a4dcf3c71fddf790e45a3be2c19906c97}{utl\+::spi\+\_\+i\+\_\+details\+::try\+\_\+rx\+\_\+t}} = typedef decltype (declval$<$\+\_\+\+Tp$>$().rx\+\_\+data())}
  44. Definition at line 301 of file spi.\+h.
  45. \mbox{\Hypertarget{namespaceutl_1_1spi__i__details_a755d8f10cfde3f5c3b9900eb11c858bd}\label{namespaceutl_1_1spi__i__details_a755d8f10cfde3f5c3b9900eb11c858bd}}
  46. \index{utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}!try\+\_\+tx\+\_\+t@{try\+\_\+tx\+\_\+t}}
  47. \index{try\+\_\+tx\+\_\+t@{try\+\_\+tx\+\_\+t}!utl\+::spi\+\_\+i\+\_\+details@{utl\+::spi\+\_\+i\+\_\+details}}
  48. \subsubsection{\texorpdfstring{try\+\_\+tx\+\_\+t}{try\_tx\_t}}
  49. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  50. using \mbox{\hyperlink{namespaceutl_1_1spi__i__details_a755d8f10cfde3f5c3b9900eb11c858bd}{utl\+::spi\+\_\+i\+\_\+details\+::try\+\_\+tx\+\_\+t}} = typedef decltype (declval$<$\+\_\+\+Tp$>$().tx\+\_\+data(declval$<$\mbox{\hyperlink{namespaceutl_a1427cb5a2b13313147a902173b91e3c1}{byte\+\_\+t}}$>$()))}
  51. Definition at line 300 of file spi.\+h.