Home
last modified time | relevance | path

Searched refs:IS_ANA_INTSTSC (Results 1 – 4 of 4) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_ana.h65 #define IS_ANA_INTSTSC(__INTSTSC__) ((((__INTSTSC__) & ANA_INT_Msk) != 0U) &&\ macro
68 #define IS_ANA_INT(__INT__) IS_ANA_INTSTSC(__INT__)
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_ana.h101 #define IS_ANA_INTSTSC(__INTSTSC__) ((((__INTSTSC__) & ANA_INT_Msk) != 0U) &&\ macro
104 #define IS_ANA_INT(__INT__) IS_ANA_INTSTSC(__INT__)
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_ana.c109 assert_parameters(IS_ANA_INTSTSC(IntMask)); in ANA_ClearINTStatus()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_ana.c94 assert_parameters(IS_ANA_INTSTSC(IntMask)); in ANA_ClearINTStatus()

Completed in 8 milliseconds