Header file of IRQ interface.
Header file of UART interface.
const struct no_os_uart_platform_ops stm32_uart_ops
STM32 platform specific UART platform ops structure.
Definition stm32_uart.c:297
Structure describing a callback to be registered.
Definition no_os_irq.h:136
Definition no_os_irq.h:117
stm32 platform specific UART descriptor
Definition stm32_uart.h:57
struct no_os_irq_ctrl_desc * nvic
Definition stm32_uart.h:63
uint32_t timeout
Definition stm32_uart.h:61
struct no_os_callback_desc rx_callback
Definition stm32_uart.h:65
UART_HandleTypeDef * huart
Definition stm32_uart.h:59
Specific initialization parameters for stm32 UART.
Definition stm32_uart.h:46
UART_HandleTypeDef * huart
Definition stm32_uart.h:48
uint32_t timeout
Definition stm32_uart.h:50