Home
last modified time | relevance | path

Searched refs:IS_UART_ADDRESS (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_uart.h799 #define IS_UART_ADDRESS(ADDRESS) ((ADDRESS) <= 0x0FU) macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_uart.h799 #define IS_UART_ADDRESS(ADDRESS) ((ADDRESS) <= 0x0FU) macro
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_uart.c561 assert_param(IS_UART_ADDRESS(Address)); in HAL_MultiProcessor_Init()
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_uart.c559 assert_param(IS_UART_ADDRESS(Address)); in HAL_MultiProcessor_Init()