Searched refs:RTOR (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 | 107 …MODIFY_REG(hsmartcard->Instance->RTOR, USART_RTOR_BLEN, ((uint32_t)BlockLength << SMARTCARD_RTOR_B… in HAL_SMARTCARDEx_BlockLength_Config() 121 MODIFY_REG(hsmartcard->Instance->RTOR, USART_RTOR_RTO, TimeOutValue); in HAL_SMARTCARDEx_TimeOut_Config()
|
D | stm32l0xx_hal_smartcard.c | 328 WRITE_REG(hsmartcard->Instance->RTOR, 0x0); in HAL_SMARTCARD_DeInit() 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 | 120 …MODIFY_REG(hsmartcard->Instance->RTOR, USART_RTOR_BLEN, ((uint32_t)BlockLength << USART_RTOR_BLEN_… in HAL_SMARTCARDEx_BlockLength_Config() 134 MODIFY_REG(hsmartcard->Instance->RTOR, USART_RTOR_RTO, TimeOutValue); in HAL_SMARTCARDEx_TimeOut_Config()
|
D | stm32l4xx_hal_smartcard.c | 436 WRITE_REG(hsmartcard->Instance->RTOR, 0x0U); in HAL_SMARTCARD_DeInit() 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() 1679 MODIFY_REG(USARTx->RTOR, USART_RTOR_BLEN, BlockLength << USART_POSITION_RTOR_BLEN); in LL_USART_SetBlockLength() 1690 return (uint32_t)(READ_BIT(USARTx->RTOR, USART_RTOR_BLEN) >> USART_POSITION_RTOR_BLEN); in LL_USART_GetBlockLength()
|
/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() 2120 MODIFY_REG(USARTx->RTOR, USART_RTOR_BLEN, BlockLength << USART_RTOR_BLEN_Pos); in LL_USART_SetBlockLength() 2131 return (uint32_t)(READ_BIT(USARTx->RTOR, USART_RTOR_BLEN) >> USART_RTOR_BLEN_Pos); in LL_USART_GetBlockLength()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 519 __IO uint32_t RTOR; /*!< USART Receiver Time Out register, Address offset: 0x14 */ member
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 581 __IO uint32_t RTOR; /*!< USART Receiver Time Out register, Address offset: 0x14 */ member
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 567 __IO uint32_t RTOR; /*!< USART Receiver Time Out register, Address offset: 0x14 */ member
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 975 __IO uint32_t RTOR; /*!< USART Receiver Time Out register, Address offset: 0x14 */ member
|