Home
last modified time | relevance | path

Searched defs:IS_UART_FIFO_INSTANCE (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb50xx.h10860 #define IS_UART_FIFO_INSTANCE(INSTANCE) ((INSTANCE) == USART1) macro
H A Dstm32wb55xx.h13290 #define IS_UART_FIFO_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro