Searched refs:BlockLength (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 | 105 void HAL_SMARTCARDEx_BlockLength_Config(SMARTCARD_HandleTypeDef *hsmartcard, uint8_t BlockLength) in HAL_SMARTCARDEx_BlockLength_Config() argument 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 | 1719 tmpreg = ((uint32_t)hsmartcard->Init.BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS); in SMARTCARD_SetConfig()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_smartcard_ex.c | 118 void HAL_SMARTCARDEx_BlockLength_Config(SMARTCARD_HandleTypeDef *hsmartcard, uint8_t BlockLength) in HAL_SMARTCARDEx_BlockLength_Config() argument 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 | 2466 tmpreg = ((uint32_t)hsmartcard->Init.BlockLength << USART_RTOR_BLEN_Pos); in SMARTCARD_SetConfig()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_smartcard_ex.h | 160 … HAL_SMARTCARDEx_BlockLength_Config(SMARTCARD_HandleTypeDef *hsmartcard, uint8_t BlockLength);
|
| D | stm32l0xx_hal_smartcard.h | 113 …uint8_t BlockLength; /*!< Specifies the SmartCard Block Length in T=1 Reception mod… member
|
| D | stm32l0xx_ll_usart.h | 1677 __STATIC_INLINE void LL_USART_SetBlockLength(USART_TypeDef *USARTx, uint32_t BlockLength) in LL_USART_SetBlockLength() argument 1679 MODIFY_REG(USARTx->RTOR, USART_RTOR_BLEN, BlockLength << USART_POSITION_RTOR_BLEN); in LL_USART_SetBlockLength()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_smartcard_ex.h | 347 … HAL_SMARTCARDEx_BlockLength_Config(SMARTCARD_HandleTypeDef *hsmartcard, uint8_t BlockLength);
|
| D | stm32l4xx_hal_smartcard.h | 116 …uint8_t BlockLength; /*!< Specifies the SmartCard Block Length in T=1 Reception mod… member
|
| D | stm32l4xx_ll_usart.h | 2118 __STATIC_INLINE void LL_USART_SetBlockLength(USART_TypeDef *USARTx, uint32_t BlockLength) in LL_USART_SetBlockLength() argument 2120 MODIFY_REG(USARTx->RTOR, USART_RTOR_BLEN, BlockLength << USART_RTOR_BLEN_Pos); in LL_USART_SetBlockLength()
|