Lines Matching refs:structNum

188 #define CY_EVTGEN_IS_STRUCTNUM_VALID(structNum) ((structNum) < EVTGEN_COMP_STRUCT_NR)  argument
744 __STATIC_INLINE bool Cy_EvtGen_GetCompActiveEnabledStatus(EVTGEN_Type *base, uint8_t structNum) in Cy_EvtGen_GetCompActiveEnabledStatus() argument
746 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNum)); in Cy_EvtGen_GetCompActiveEnabledStatus()
747 …return (((_FLD2VAL(EVTGEN_COMP_STRUCT_COMP_CTL_COMP0_EN, base->COMP_STRUCT[structNum].COMP_CTL)) !… in Cy_EvtGen_GetCompActiveEnabledStatus()
766 __STATIC_INLINE bool Cy_EvtGen_GetCompDeepSleepEnabledStatus(EVTGEN_Type *base, uint8_t structNum) in Cy_EvtGen_GetCompDeepSleepEnabledStatus() argument
768 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNum)); in Cy_EvtGen_GetCompDeepSleepEnabledStatus()
769 …return (((_FLD2VAL(EVTGEN_COMP_STRUCT_COMP_CTL_COMP1_EN, base->COMP_STRUCT[structNum].COMP_CTL)) !… in Cy_EvtGen_GetCompDeepSleepEnabledStatus()
788 __STATIC_INLINE bool Cy_EvtGen_IsCompStructEnabled(EVTGEN_Type *base, uint8_t structNum) in Cy_EvtGen_IsCompStructEnabled() argument
790 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNum)); in Cy_EvtGen_IsCompStructEnabled()
791 …return (((_FLD2VAL(EVTGEN_COMP_STRUCT_COMP_CTL_ENABLED, base->COMP_STRUCT[structNum].COMP_CTL)) !=… in Cy_EvtGen_IsCompStructEnabled()
797 uint8_t structNum,
799 void Cy_EvtGen_DeinitStruct(EVTGEN_Type *base, uint8_t structNum);
800 void Cy_EvtGen_UpdateActiveCompValue(EVTGEN_Type *base, uint8_t structNum, uint32_t newCompareValue…
801 void Cy_EvtGen_UpdateDeepSleepCompValue(EVTGEN_Type *base, uint8_t structNum, uint32_t newCompareVa…