Enumerations | |
enum | cy_en_mcwdtctr_t { CY_MCWDT_COUNTER0, CY_MCWDT_COUNTER1, CY_MCWDT_COUNTER2 } |
The mcwdt sub-counter identifiers. More... | |
enum | cy_en_mcwdtmode_t { CY_MCWDT_MODE_NONE, CY_MCWDT_MODE_INT, CY_MCWDT_MODE_RESET, CY_MCWDT_MODE_INT_RESET } |
The mcwdt modes. More... | |
enum | cy_en_mcwdtcascade_t { CY_MCWDT_CASCADE_NONE, CY_MCWDT_CASCADE_C0C1, CY_MCWDT_CASCADE_C1C2, CY_MCWDT_CASCADE_BOTH } |
The mcwdt cascading. More... | |
enum | cy_en_mcwdtlowerlimit_t { CY_MCWDT_LOWER_LIMIT0, CY_MCWDT_LOWER_LIMIT1 } |
The mcwdt lower limit identifiers. More... | |
enum | cy_en_mcwdtlowerlimitmode_t { CY_MCWDT_LOWER_LIMIT_MODE_NOTHING, CY_MCWDT_LOWER_LIMIT_MODE_INT, CY_MCWDT_LOWER_LIMIT_MODE_RESET } |
The mcwdt lower limit mode identifiers. More... | |
enum | cy_en_mcwdt_status_t { CY_MCWDT_SUCCESS = 0x00u, CY_MCWDT_BAD_PARAM = CY_MCWDT_ID | CY_PDL_STATUS_ERROR | 0x01u } |
The MCWDT error codes. More... | |
enum | cy_en_mcwdt_enable_t { CY_MCWDT_DISABLE = 0u, CY_MCWDT_ENABLE } |
The MCWDT Enable/Disable identifiers. More... | |
enum | cy_en_mcwdt_select_core_t { CY_MCWDT_PAUSED_BY_DPSLP_CM0 = 0u, CY_MCWDT_PAUSED_BY_DPSLP_CM4 = 1u, CY_MCWDT_PAUSED_BY_DPSLP_CM7_0 = 1u, CY_MCWDT_PAUSED_BY_DPSLP_CM7_1 = 2u, CY_MCWDT_PAUSED_BY_NO_CORE = 3u } |
The MCWDT Deep Sleep Cores identifiers. More... | |
enum | cy_en_mcwdt_cnt2_action_t { CY_MCWDT_CNT2_ACTION_NONE, CY_MCWDT_CNT2_ACTION_INT } |
The MCWDT subcounter 2 actions. More... | |
enum | cy_en_mcwdt_lower_upper_action_t { CY_MCWDT_ACTION_NONE, CY_MCWDT_ACTION_FAULT, CY_MCWDT_ACTION_FAULT_THEN_RESET } |
The MCWDT lower and upper actions. More... | |
enum | cy_en_mcwdt_warn_action_t { CY_MCWDT_WARN_ACTION_NONE, CY_MCWDT_WARN_ACTION_INT } |
The MCWDT warn actions. More... | |
enum cy_en_mcwdtctr_t |
enum cy_en_mcwdtmode_t |
The mcwdt modes.
enum cy_en_mcwdtcascade_t |
The mcwdt cascading.
enum cy_en_mcwdt_status_t |
enum cy_en_mcwdt_enable_t |
The MCWDT Enable/Disable identifiers.
The MCWDT Deep Sleep Cores identifiers.
The MCWDT subcounter 2 actions.
The MCWDT lower and upper actions.
The MCWDT warn actions.