Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_uart.h858 #define IS_UART_ADDRESS(ADDRESS) ((ADDRESS) <= 0x0FU) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_uart.h864 #define IS_UART_ADDRESS(ADDRESS) ((ADDRESS) <= 0x0FU) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_uart.h858 #define IS_UART_ADDRESS(ADDRESS) ((ADDRESS) <= 0x0FU) macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_uart.h858 #define IS_UART_ADDRESS(ADDRESS) ((ADDRESS) <= 0x0FU) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_uart.c598 assert_param(IS_UART_ADDRESS(Address)); in HAL_MultiProcessor_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_uart.c604 assert_param(IS_UART_ADDRESS(Address)); in HAL_MultiProcessor_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_uart.c605 assert_param(IS_UART_ADDRESS(Address)); in HAL_MultiProcessor_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_uart.c598 assert_param(IS_UART_ADDRESS(Address)); in HAL_MultiProcessor_Init()