Home
last modified time | relevance | path

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

/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_uart.h1374 #define IS_UART_RECEIVER_TIMEOUT_VALUE(__TIMEOUTVALUE__) ((__TIMEOUTVALUE__) <= 0xFFFFFFU) macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_uart.h1374 #define IS_UART_RECEIVER_TIMEOUT_VALUE(__TIMEOUTVALUE__) ((__TIMEOUTVALUE__) <= 0xFFFFFFU) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_uart.h1323 #define IS_UART_RECEIVER_TIMEOUT_VALUE(__TIMEOUTVALUE__) ((__TIMEOUTVALUE__) <= 0xFFFFFFU) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_uart.c2575 assert_param(IS_UART_RECEIVER_TIMEOUT_VALUE(TimeoutValue)); in HAL_UART_ReceiverTimeout_Config()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_uart.c2684 assert_param(IS_UART_RECEIVER_TIMEOUT_VALUE(TimeoutValue)); in HAL_UART_ReceiverTimeout_Config()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_uart.c2688 assert_param(IS_UART_RECEIVER_TIMEOUT_VALUE(TimeoutValue)); in HAL_UART_ReceiverTimeout_Config()