Searched refs:AssertionTime (Results 1 – 4 of 4) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_uart_ex.c | 164 …L_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t Deas… in HAL_RS485Ex_Init() argument 178 assert_param(IS_UART_ASSERTIONTIME(AssertionTime)); in HAL_RS485Ex_Init() 215 temp = (AssertionTime << UART_CR1_DEAT_ADDRESS_LSB_POS); in HAL_RS485Ex_Init()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_uart_ex.c | 183 …L_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t Deas… in HAL_RS485Ex_Init() argument 199 assert_param(IS_UART_ASSERTIONTIME(AssertionTime)); in HAL_RS485Ex_Init() 248 temp = (AssertionTime << UART_CR1_DEAT_ADDRESS_LSB_POS); in HAL_RS485Ex_Init()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_uart_ex.h | 119 …L_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t Deas…
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_uart_ex.h | 159 …L_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t Deas…
|