Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_uart.h813 #define IS_UART_LIN_WORD_LENGTH(LENGTH) (((LENGTH) == UART_WORDLENGTH_8B)) macro
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_uart.h811 #define IS_UART_LIN_WORD_LENGTH(LENGTH) (((LENGTH) == UART_WORDLENGTH_8B)) macro
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_uart.h809 #define IS_UART_LIN_WORD_LENGTH(LENGTH) (((LENGTH) == UART_WORDLENGTH_8B)) macro
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_uart.h809 #define IS_UART_LIN_WORD_LENGTH(LENGTH) (((LENGTH) == UART_WORDLENGTH_8B)) macro
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_uart.c512 assert_param(IS_UART_LIN_WORD_LENGTH(huart->Init.WordLength)); in HAL_LIN_Init()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_uart.c517 assert_param(IS_UART_LIN_WORD_LENGTH(huart->Init.WordLength)); in HAL_LIN_Init()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_uart.c520 assert_param(IS_UART_LIN_WORD_LENGTH(huart->Init.WordLength)); in HAL_LIN_Init()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_uart.c512 assert_param(IS_UART_LIN_WORD_LENGTH(huart->Init.WordLength)); in HAL_LIN_Init()