\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{alejandrolara} \pdfinfo{ /Title (informatica-industrial-giei-uca.pdf) /Creator (Cheatography) /Author (alejandrolara) /Subject (Informática Industrial GIEI UCA Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{6B6E6D} \definecolor{LightBackground}{HTML}{F5F5F5} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Informática Industrial GIEI UCA Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{alejandrolara} via \textcolor{DarkBackground}{\uline{cheatography.com/201385/cs/42628/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}alejandrolara \\ \uline{cheatography.com/alejandrolara} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 4th March, 2024.\\ Updated 4th June, 2024.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Tipos de datos}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Tipo}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{uint8\_t} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{uint16\_t} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{uint32\_t} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{int8\_t} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{int16\_t} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{int32\_t} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{float} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{double} \tn % Row Count 9 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Sentencia if}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{if}} ({\emph{condición}})\{ \newline % Row Count 1 (+ 1)     instrucción1; \newline % Row Count 2 (+ 1)     instrucción2; \newline % Row Count 3 (+ 1) \}{\bf{else if}} ({\emph{condición2}})\{ \newline % Row Count 4 (+ 1)     instrucción3; \newline % Row Count 5 (+ 1)     instrucción4; \newline % Row Count 6 (+ 1) \}{\bf{else}}\{ \newline % Row Count 7 (+ 1)     instrucción5; \newline % Row Count 8 (+ 1) \}% Row Count 9 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Las condiciones del {\emph{if}} y del {\emph{else if}} tienen que ser mutuamente excluyentes, es decir, no pueden darse simultaneamente. \newline \newline El {\emph{else if}} y el {\emph{else}} no son obligatorios. \newline \newline La condición {\bf{siempre}} debe ir entre paréntesis.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Sentencia switch}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{switch}} ({\emph{selector}})\{ \newline % Row Count 1 (+ 1)     {\bf{case}} etiqueta1: \newline % Row Count 2 (+ 1) \seqsplit{        sentencia1;} \newline % Row Count 3 (+ 1)         {\bf{break;}} \newline % Row Count 4 (+ 1)     {\bf{case}} etiqueta2: \newline % Row Count 5 (+ 1) \seqsplit{        sentencia2;} \newline % Row Count 6 (+ 1)         {\bf{break;}} \newline % Row Count 7 (+ 1)     {\bf{case}} etiqueta3: \newline % Row Count 8 (+ 1) \seqsplit{        sentencia3;} \newline % Row Count 9 (+ 1)         {\bf{break;}} \newline % Row Count 10 (+ 1)     {\bf{default}}: \newline % Row Count 11 (+ 1) \seqsplit{        sentencia;} \newline % Row Count 12 (+ 1) \}% Row Count 13 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{El {\emph{selector}} solo puede ser un entero o carácter. \newline \newline Se deben recoger todas las opciones posibles en los {\emph{case}} aunque sean iguales. \newline \newline Es altamente recomendable utilizar el caso {\emph{default}} para los casos que no estén definidos. \newline \newline ¡No olvidar el {\emph{break}} para evitar seguir ejecutando instrucciones!} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Bucle for}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{for}} ({\emph{inicial}}; {\emph{cond}}; {\emph{increm}})\{ \newline % Row Count 1 (+ 1)     instrucciones; \newline % Row Count 2 (+ 1) \}% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\emph{PARA CADA incremento DESDE inicialización MIENTRAS QUE la condición sea cierta, REALIZAR instrucciones}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Bucle while}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{while}} ({\emph{condición}})\{ \newline % Row Count 1 (+ 1)     instrucciones; \newline % Row Count 2 (+ 1) \}% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\emph{MIENTRAS QUE la condición sea cierta, REALIZAR instrucciones}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Bucle do while}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{do}}\{ \newline % Row Count 1 (+ 1)     instrucciones; \newline % Row Count 2 (+ 1) \}{\bf{while}} ({\emph{condición}});% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\emph{REALIZAR las instrucciones HASTA QUE la condición sea FALSA}} \newline Se ejecuta al menos 1 vez} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Librerias LPC40xx}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{adc\_lpc40xx.h}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\#define SEL\_CANAL\_0 (1u \textless{}\textless{} 0) \newline \#define SEL\_CANAL\_1 (1u \textless{}\textless{} 1) \newline \#define SEL\_CANAL\_2 (1u \textless{}\textless{} 2) \newline \#define SEL\_CANAL\_3 (1u \textless{}\textless{} 3) \newline \#define SEL\_CANAL\_4 (1u \textless{}\textless{} 4) \newline \#define SEL\_CANAL\_5 (1u \textless{}\textless{} 5) \newline \#define SEL\_CANAL\_6 (1u \textless{}\textless{} 6) \newline \#define SEL\_CANAL\_7 (1u \textless{}\textless{} 7) \newline \newline void \seqsplit{adc\_inicializar(uint32\_t} frecuencia\_adc, uint32\_t canales); \newline \newline uint32\_t adc\_convertir(uint32\_t canal); \newline \newline float32\_t \seqsplit{adc\_traducir\_a\_tension(uint32\_t} resultado\_adc);} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{glcd.h}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\#define NEGRO RGB(0, 0, 0) \newline \#define AZUL\_OSCURO RGB(0, 0, 128) \newline \#define VERDE\_OSCURO RGB(0, 128, 0) \newline \#define CIAN\_OSCURO RGB(0, 128, 128) \newline \#define MARRON RGB(128, 0, 0) \newline \#define PURPURA RGB(128, 0, 128) \newline \#define OLIVA RGB(128, 255, 0) \newline \#define NARANJA RGB(255, 128, 0) \newline \#define GRIS\_CLARO RGB(192, 192, 192) \newline \#define GRIS\_OSCURO RGB(128, 128, 128) \newline \#define AZUL RGB(0, 0, 255) \newline \#define VERDE RGB(0, 255, 0) \newline \#define CIAN RGB(0, 255, 255) \newline \#define ROJO RGB(255, 0, 0) \newline \#define MAGENTA RGB(255, 0, 255) \newline \#define AMARILLO RGB(255, 255, 0) \newline \#define BLANCO RGB(255, 255, 255) \newline \newline void glcd\_inicializar(void); \newline \newline void glcd\_borrar(uint16\_t color); \newline \newline int32\_t glcd\_xprintf(int32\_t x, \newline int32\_t y, \newline uint16\_t color, \newline uint16\_t color\_fondo, \newline uint32\_t font, \newline const char *fmt, ...); \newline \newline void \seqsplit{glcd\_circunferencia(int32\_t} xc, \newline int32\_t yc, \newline int32\_t radio, \newline uint16\_t color); \newline \newline void glcd\_circulo(int32\_t xc, \newline int32\_t yc, \newline int32\_t radio, \newline uint16\_t color); \newline \newline void glcd\_punto(int32\_t x, \newline int32\_t y, \newline uint16\_t color); \newline \newline void glcd\_linea(int32\_t x0, \newline int32\_t y0, \newline int32\_t x1, \newline int32\_t y1, \newline uint16\_t color); \newline \newline void \seqsplit{glcd\_rectangulo(int32\_t} x0, \newline int32\_t y0, \newline int32\_t x1, \newline int32\_t y1, \newline uint16\_t color); \newline \newline void \seqsplit{glcd\_rectangulo\_relleno(int32\_t} x0, \newline int32\_t y0, \newline int32\_t x1, \newline int32\_t y1, \newline uint16\_t color);} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.748 cm} x{2.964 cm} x{2.888 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Máscaras binarias}} \tn % Row 0 \SetRowColor{LightBackground} & & {\bf{Cambiar bit de dato}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} 1 en bit {\emph{p}} & \{\{bt=3\}\}(1\textless{}\textless{}p) & dato |= (1\textless{}\textless{}p) \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} 0 en bit {\emph{p}} & \{\{bt=3\}\}\textasciitilde{}(1\textless{}\textless{}p) & dato \&= \textasciitilde{}(1\textless{}\textless{}p) \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Selec. bit {\emph{p}} & \{\{colspan=2\}\}(dato\textgreater{}\textgreater{}p)\&1 & \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{2 cm} p{6 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Operadores binarios (bit a bit)}} \tn % Row 0 \SetRowColor{LightBackground} | & or \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \& & and \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \textasciitilde{} & not \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \textasciicircum{} & xor \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Son operaciones bit a bit, no confundir con las operaciones booleanas que tienen como resultado TRUE o FALSE} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{1.12 cm} x{6.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Operadores booleanos}} \tn % Row 0 \SetRowColor{LightBackground} || & or \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\& & and \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} ! & not \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} == & igual que \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} != & diferente de \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Se utilizan principalmente para definir condiciones en los if o bucles} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Comentarios}} \tn % Row 0 \SetRowColor{LightBackground} // & Comentario de una linea \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} /* ...... */ & Comentario de bloque \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{5.12 cm} x{2.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Tipos de datos no estándar}} \tn % Row 0 \SetRowColor{LightBackground} unsigned char & uint8\_t \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} unsigned short & uint16\_t \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} unsigned int & uint32\_t \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} unsigned long & uint64\_t \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} char & int8\_t \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} short & int16\_t \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} int & int32\_t \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} long & int64\_t \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\emph{Utilizar siempre los tipos estándar pues los aquí recogidos pueden variar entre versiones del compilador y el microcontrolador utilizado}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Estructura general}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\#include \textless{}LPC407x\_8x\_177x\_8x.h\textgreater{} \newline {\bf{// Agregamos todos los \#include que utilicemos}} \newline \#include "libreria.h" \newline \newline {\bf{// Agregamos todos los \#define que sean necesarios}} \newline {\bf{// porque sean constantes como PI o parámetros de}} \newline {\bf{// configuración}} \newline \#define {\emph{etiqueta}} valor \newline \newline {\bf{//Prototipos de funciones}} \newline \newline int main(void)\{ \newline \newline {\bf{// Declaramos las variables que necesitemos}} \newline uint8\_t c = 0; \newline \newline {\bf{// Inicializamos los periféricos y}} \newline {\bf{// componentes externos:}} \newline glcd\_inicializar(); \newline \newline {\bf{// Secuencia de instrucciones previas al}} \newline {\bf{// bucle infinito}} \newline \newline while(1)\{ \newline \newline {\bf{// Instrucciones a repetir infinitamente}} \newline \} \newline \}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Librerias LPC40xx (copy)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{iocon\_lpc40xx.h}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{void \seqsplit{iocon\_configurar\_pin(LPC\_GPIO\_TypeDef} *gpio\_regs, \newline uint32\_t mascara\_pin, \newline funcion\_pin\_t funcion, \newline uint32\_t configuracion\_es);} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{timer\_lpc40xx.h}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{void \seqsplit{timer\_inicializar(LPC\_TIM\_TypeDef} {\emph{timer\_regs); \newline \newline void \seqsplit{timer\_retardo\_ms(LPC\_TIM\_TypeDef} }}timer\_regs, \newline uint32\_t retardo\_en\_ms); \newline \newline void \seqsplit{timer\_retardo\_us(LPC\_TIM\_TypeDef} {\emph{timer\_regs, \newline uint32\_t retardo\_en\_us); \newline \newline void \seqsplit{timer\_iniciar\_ciclos\_ms(LPC\_TIM\_TypeDef} }}timer\_regs, \newline uint32\_t periodo\_en\_ms); \newline \newline void \seqsplit{timer\_iniciar\_ciclos\_us(LPC\_TIM\_TypeDef} {\emph{timer\_regs, \newline uint32\_t periodo\_en\_us); \newline \newline void \seqsplit{timer\_esperar\_fin\_ciclo(LPC\_TIM\_TypeDef} }}timer\_regs); \newline \newline void \seqsplit{timer\_iniciar\_conteo\_ms(LPC\_TIM\_TypeDef} {\emph{timer\_regs); \newline \newline void \seqsplit{timer\_iniciar\_conteo\_us(LPC\_TIM\_TypeDef} }}timer\_regs); \newline \newline uint32\_t \seqsplit{timer\_leer(LPC\_TIM\_TypeDef} *timer\_regs);} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}