Searched refs:DeassertionTime (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 …nit(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t DeassertionTime) in HAL_RS485Ex_Init() argument 181 assert_param(IS_UART_DEASSERTIONTIME(DeassertionTime)); in HAL_RS485Ex_Init() 216 temp |= (DeassertionTime << UART_CR1_DEDT_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 …nit(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t DeassertionTime) in HAL_RS485Ex_Init() argument 202 assert_param(IS_UART_DEASSERTIONTIME(DeassertionTime)); in HAL_RS485Ex_Init() 249 temp |= (DeassertionTime << UART_CR1_DEDT_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 …it(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t DeassertionTime);
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_uart_ex.h | 159 …it(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t DeassertionTime);
|