Enumerations | |
enum | cy_en_tcpwm_trigselect_t { CY_TCPWM_INPUT_TR_START = 0x00U, CY_TCPWM_INPUT_TR_RELOAD_OR_INDEX = 0x01U, CY_TCPWM_INPUT_TR_STOP_OR_KILL = 0x02U, CY_TCPWM_INPUT_TR_COUNT = 0x03U, CY_TCPWM_INPUT_TR_INDEX_OR_SWAP = 0x04U, CY_TCPWM_INPUT_TR_CAPTURE0 = 0x04U, CY_TCPWM_INPUT_TR_CAPTURE1 = 0x05U } |
TCPWM Input Triggers. More... | |
enum | cy_en_tcpwm_status_t { CY_TCPWM_SUCCESS = 0x00U, CY_TCPWM_BAD_PARAM = CY_TCPWM_ID | CY_PDL_STATUS_ERROR | 0x01U, CY_TCPWM_UNSUPPORTED_FEATURE = CY_TCPWM_ID | CY_PDL_STATUS_ERROR | 0x02U } |
TCPWM status definitions. More... | |
TCPWM Input Triggers.
enum cy_en_tcpwm_status_t |