Searched refs:SMARTCARD_CR3_SCARCNT_LSB_POS (Results 1 – 4 of 4) sorted by relevance
494 #define SMARTCARD_CR3_SCARCNT_LSB_POS ((uint32_t) 17) macro
534 #define SMARTCARD_CR3_SCARCNT_LSB_POS ( 17U) /*!< SMARTCARD auto retry counter LSB position… macro
941 tmpreg |= (uint32_t) (hsc->Init.AutoRetryCount << SMARTCARD_CR3_SCARCNT_LSB_POS); in SMARTCARD_SetConfig()
1716 tmpreg |= ((uint32_t)hsmartcard->Init.AutoRetryCount << SMARTCARD_CR3_SCARCNT_LSB_POS); in SMARTCARD_SetConfig()
Completed in 12 milliseconds