Searched refs:USART_RTOR_BLEN (Results  1 – 10 of 10) sorted by relevance
| /loramac-node-latest/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()
  | 
| D | stm32l0xx_hal_smartcard.c | 1725   MODIFY_REG(hsmartcard->Instance->RTOR, (USART_RTOR_RTO|USART_RTOR_BLEN), tmpreg);  in SMARTCARD_SetConfig()
  | 
| /loramac-node-latest/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()
  | 
| D | stm32l4xx_hal_smartcard.c | 2472   MODIFY_REG(hsmartcard->Instance->RTOR, (USART_RTOR_RTO | USART_RTOR_BLEN), tmpreg);  in SMARTCARD_SetConfig()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_ll_usart.h | 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-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_ll_usart.h | 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-latest/src/boards/SKiM881AXL/cmsis/ | 
| D | stm32l081xx.h | 6116 #define USART_RTOR_BLEN               USART_RTOR_BLEN_Msk                      /*!< Block Length */  macro
  | 
| /loramac-node-latest/src/boards/NucleoL073/cmsis/ | 
| D | stm32l073xx.h | 7178 #define USART_RTOR_BLEN               USART_RTOR_BLEN_Msk                      /*!< Block Length */  macro
  | 
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/ | 
| D | stm32l072xx.h | 7019 #define USART_RTOR_BLEN               USART_RTOR_BLEN_Msk                      /*!< Block Length */  macro
  | 
| /loramac-node-latest/src/boards/NucleoL476/cmsis/ | 
| D | stm32l476xx.h | 16086 #define USART_RTOR_BLEN               USART_RTOR_BLEN_Msk                      /*!< Block Length */  macro
  |