Searched refs:USART_RTOR_BLEN_Pos (Results 1 – 7 of 7) sorted by relevance
120 …Y_REG(hsmartcard->Instance->RTOR, USART_RTOR_BLEN, ((uint32_t)BlockLength << USART_RTOR_BLEN_Pos)); in HAL_SMARTCARDEx_BlockLength_Config()
2466 tmpreg = ((uint32_t)hsmartcard->Init.BlockLength << USART_RTOR_BLEN_Pos); in SMARTCARD_SetConfig()
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()
6114 #define USART_RTOR_BLEN_Pos (24U) macro6115 #define USART_RTOR_BLEN_Msk (0xFFU << USART_RTOR_BLEN_Pos) /*!< 0xFF000000 */
7176 #define USART_RTOR_BLEN_Pos (24U) macro7177 #define USART_RTOR_BLEN_Msk (0xFFU << USART_RTOR_BLEN_Pos) /*!< 0xFF000000 */
7017 #define USART_RTOR_BLEN_Pos (24U) macro7018 #define USART_RTOR_BLEN_Msk (0xFFU << USART_RTOR_BLEN_Pos) /*!< 0xFF000000 */
16084 #define USART_RTOR_BLEN_Pos (24U) macro16085 #define USART_RTOR_BLEN_Msk (0xFFUL << USART_RTOR_BLEN_Pos) /*!< 0xFF000000 */