Searched refs:IS_ISO7816_PARITY (Results 1 – 4 of 4) sorted by relevance
43 #define IS_ISO7816_PARITY(__PARITY__) (((__PARITY__) == ISO7816_PARITY_EVEN) || ((__PARITY__) == I… macro
39 #define IS_ISO7816_PARITY(__PARITY__) (((__PARITY__) == ISO7816_PARITY_EVEN) ||\ macro
97 assert_parameters(IS_ISO7816_PARITY(Init_Struct->Parity)); in ISO7816_Init()
51 assert_parameters(IS_ISO7816_PARITY(Init_Struct->Parity)); in ISO7816_Init()
Completed in 11 milliseconds