Searched refs:cy_en_mcwdt_lower_upper_action_t (Results 1 – 2 of 2) sorted by relevance
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/ |
D | cy_mcwdt_b.c | 228 …_SetLowerAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_lower_upper_action_t actio… in Cy_MCWDT_SetLowerAction() 267 …_SetUpperAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_lower_upper_action_t actio… in Cy_MCWDT_SetUpperAction() 368 cy_en_mcwdt_lower_upper_action_t Cy_MCWDT_GetLowerAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter) in Cy_MCWDT_GetLowerAction() 370 cy_en_mcwdt_lower_upper_action_t lowerLimitActionType = CY_MCWDT_ACTION_NONE; in Cy_MCWDT_GetLowerAction() 375 …lowerLimitActionType = (cy_en_mcwdt_lower_upper_action_t)(_FLD2VAL(MCWDT_CTR_CONFIG_LOWER_ACTION, … in Cy_MCWDT_GetLowerAction() 378 …lowerLimitActionType = (cy_en_mcwdt_lower_upper_action_t)(_FLD2VAL(MCWDT_CTR_CONFIG_LOWER_ACTION, … in Cy_MCWDT_GetLowerAction() 408 cy_en_mcwdt_lower_upper_action_t Cy_MCWDT_GetUpperAction(MCWDT_Type *base, cy_en_mcwdtctr_t counte… in Cy_MCWDT_GetUpperAction() 410 cy_en_mcwdt_lower_upper_action_t upperLimitActionType = CY_MCWDT_ACTION_NONE; in Cy_MCWDT_GetUpperAction() 415 …upperLimitActionType = (cy_en_mcwdt_lower_upper_action_t)(_FLD2VAL(MCWDT_CTR_CONFIG_UPPER_ACTION, … in Cy_MCWDT_GetUpperAction() 418 …upperLimitActionType = (cy_en_mcwdt_lower_upper_action_t)(_FLD2VAL(MCWDT_CTR_CONFIG_UPPER_ACTION, … in Cy_MCWDT_GetUpperAction()
|
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/ |
D | cy_mcwdt.h | 414 } cy_en_mcwdt_lower_upper_action_t; typedef 445 …cy_en_mcwdt_lower_upper_action_t c0LowerAction; /**< The sub-counter#0 action. It can have the… 447 …cy_en_mcwdt_lower_upper_action_t c0UpperAction; /**< The sub-counter#0 action. It can have the… 466 …cy_en_mcwdt_lower_upper_action_t c1LowerAction; /**< The sub-counter#1 action. It can have the… 468 …cy_en_mcwdt_lower_upper_action_t c1UpperAction; /**< The sub-counter#1 action. It can have the… 653 …_SetLowerAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_lower_upper_action_t actio… 654 …_SetUpperAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_lower_upper_action_t actio… 657 cy_en_mcwdt_lower_upper_action_t Cy_MCWDT_GetLowerAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter… 658 cy_en_mcwdt_lower_upper_action_t Cy_MCWDT_GetUpperAction(MCWDT_Type *base, cy_en_mcwdtctr_t counte…
|