Go to the documentation of this file.
33 #ifndef _CHIBIOS_UART_H_
34 #define _CHIBIOS_UART_H_
47 #if (HAL_USE_UART==TRUE)
76 #endif //HAL_USE_UART==TRUE
78 #endif //_CHIBIOS_UART_H_
void * extra
Definition: no_os_uart.h:127
SerialDriver * huart
Definition: chibios_uart.h:55
SerialConfig * sdconfig
Definition: chibios_uart.h:68
const struct no_os_uart_platform_ops chibios_uart_ops
chibios specific UART platform ops structure
Definition: chibios_uart.c:182
void * no_os_calloc(size_t nitems, size_t size)
Allocate memory and return a pointer to it, set memory to 0.
Definition: chibios_alloc.c:54
SerialDriver * huart
Definition: chibios_uart.h:66
SerialConfig * sdconfig
Definition: chibios_uart.h:57
Stucture holding the UART descriptor.
Definition: no_os_uart.h:134
chibios platform specific UART descriptor
Definition: chibios_uart.h:64
void * extra
Definition: no_os_uart.h:147
const struct no_os_uart_platform_ops chibios_uart_ops
chibios platform specific UART platform ops structure
Definition: chibios_uart.c:182
Header file of UART driver for chibiOS.
void no_os_free(void *ptr)
Deallocate memory previously allocated by a call to no_os_calloc or no_os_malloc.
Definition: chibios_alloc.c:69
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
Header file of UART interface.
Additional UART config parameters.
Definition: chibios_uart.h:53