Searched refs:IS_SMARTCARD_POLARITY (Results 1 – 4 of 4) sorted by relevance
761 #define IS_SMARTCARD_POLARITY(__CPOL__) (((__CPOL__) == SMARTCARD_POLARITY_LOW) || ((__CPOL__) == S… macro
868 #define IS_SMARTCARD_POLARITY(__CPOL__) (((__CPOL__) == SMARTCARD_POLARITY_LOW) || ((__CPOL__) == S… macro
900 assert_param(IS_SMARTCARD_POLARITY(hsc->Init.CLKPolarity)); in SMARTCARD_SetConfig()
1682 assert_param(IS_SMARTCARD_POLARITY(hsmartcard->Init.CLKPolarity)); in SMARTCARD_SetConfig()
Completed in 13 milliseconds