Home
last modified time | relevance | path

Searched refs:__STOPBITS__ (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart.h556 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ argument
557 ((__STOPBITS__) == USART_STOPBITS_1) || \
558 ((__STOPBITS__) == USART_STOPBITS_1_5) || \
559 ((__STOPBITS__) == USART_STOPBITS_2))
Dstm32l0xx_hal_uart.h1091 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument
1092 ((__STOPBITS__) == UART_STOPBITS_1_5) || \
1093 ((__STOPBITS__) == UART_STOPBITS_2))
1100 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument
1101 ((__STOPBITS__) == UART_STOPBITS_2))
Dstm32l0xx_hal_smartcard.h863 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) (((__STOPBITS__) == SMARTCARD_STOPBITS_0_5) ||\ argument
864 ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h1283 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_0_5) || \ argument
1284 ((__STOPBITS__) == UART_STOPBITS_1) || \
1285 ((__STOPBITS__) == UART_STOPBITS_1_5) || \
1286 ((__STOPBITS__) == UART_STOPBITS_2))
1293 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument
1294 ((__STOPBITS__) == UART_STOPBITS_2))
Dstm32l4xx_hal_usart.h793 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ argument
794 ((__STOPBITS__) == USART_STOPBITS_1) || \
795 ((__STOPBITS__) == USART_STOPBITS_1_5) || \
796 ((__STOPBITS__) == USART_STOPBITS_2))
Dstm32l4xx_hal_smartcard.h1017 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) (((__STOPBITS__) == SMARTCARD_STOPBITS_0_5) ||\ argument
1018 ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5))