Searched refs:SMARTCARD_RTOR_BLEN_LSB_POS (Results 1 – 6 of 6) sorted by relevance
105 …_REG(hsc->Instance->RTOR, USART_RTOR_BLEN, ((uint32_t)BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS)); in HAL_SMARTCARDEx_BlockLength_Config()
949 tmpreg = (uint32_t) (hsc->Init.BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS); in SMARTCARD_SetConfig()
109 …martcard->Instance->RTOR, USART_RTOR_BLEN, ((uint32_t)BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS)); in HAL_SMARTCARDEx_BlockLength_Config()
1724 tmpreg = ((uint32_t)hsmartcard->Init.BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS); in SMARTCARD_SetConfig()
510 #define SMARTCARD_RTOR_BLEN_LSB_POS ((uint32_t) 24) macro
550 #define SMARTCARD_RTOR_BLEN_LSB_POS ( 24U) /*!< SMARTCARD block length LSB position in RTO… macro
Completed in 19 milliseconds