Searched refs:USART_RTOR_RTO (Results 1 – 10 of 10) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_smartcard_ex.c | 121 MODIFY_REG(hsmartcard->Instance->RTOR, USART_RTOR_RTO, TimeOutValue); in HAL_SMARTCARDEx_TimeOut_Config()
|
D | stm32l0xx_hal_smartcard.c | 1725 MODIFY_REG(hsmartcard->Instance->RTOR, (USART_RTOR_RTO|USART_RTOR_BLEN), tmpreg); in SMARTCARD_SetConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_smartcard_ex.c | 134 MODIFY_REG(hsmartcard->Instance->RTOR, USART_RTOR_RTO, TimeOutValue); in HAL_SMARTCARDEx_TimeOut_Config()
|
D | stm32l4xx_hal_smartcard.c | 2472 MODIFY_REG(hsmartcard->Instance->RTOR, (USART_RTOR_RTO | USART_RTOR_BLEN), tmpreg); in SMARTCARD_SetConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_usart.h | 1656 MODIFY_REG(USARTx->RTOR, USART_RTOR_RTO, Timeout); in LL_USART_SetRxTimeout() 1667 return (uint32_t)(READ_BIT(USARTx->RTOR, USART_RTOR_RTO)); in LL_USART_GetRxTimeout()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_usart.h | 2097 MODIFY_REG(USARTx->RTOR, USART_RTOR_RTO, Timeout); in LL_USART_SetRxTimeout() 2108 return (uint32_t)(READ_BIT(USARTx->RTOR, USART_RTOR_RTO)); in LL_USART_GetRxTimeout()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6113 #define USART_RTOR_RTO USART_RTOR_RTO_Msk /*!< Receiver Time O… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7175 #define USART_RTOR_RTO USART_RTOR_RTO_Msk /*!< Receiver Time O… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 7016 #define USART_RTOR_RTO USART_RTOR_RTO_Msk /*!< Receiver Time O… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 16083 #define USART_RTOR_RTO USART_RTOR_RTO_Msk /*!< Receiver Time O… macro
|