Enumerations | |
enum | cy_en_lpcomp_out_t { CY_LPCOMP_OUT_PULSE = 0U, CY_LPCOMP_OUT_DIRECT = 1U, CY_LPCOMP_OUT_SYNC = 2U } |
The LPCOMP output modes. More... | |
enum | cy_en_lpcomp_hyst_t { CY_LPCOMP_HYST_ENABLE = 0U, CY_LPCOMP_HYST_DISABLE = 1U } |
The hysteresis mode. More... | |
enum | cy_en_lpcomp_channel_t { CY_LPCOMP_CHANNEL_0 = 0x1U, CY_LPCOMP_CHANNEL_1 = 0x2U } |
The channel number. More... | |
enum | cy_en_lpcomp_int_t { CY_LPCOMP_INTR_DISABLE = 0U, CY_LPCOMP_INTR_RISING = 1U, CY_LPCOMP_INTR_FALLING = 2U, CY_LPCOMP_INTR_BOTH = 3U } |
Interrupt mode. More... | |
enum | cy_en_lpcomp_pwr_t { CY_LPCOMP_MODE_SLOW = 0U, CY_LPCOMP_MODE_FAST = 1U, CY_LPCOMP_MODE_ULP = 2U } |
The power-mode selection. More... | |
enum | cy_en_lpcomp_status_t { CY_LPCOMP_SUCCESS = 0x00U, CY_LPCOMP_BAD_PARAM = CY_LPCOMP_ID | CY_PDL_STATUS_ERROR | 0x01U } |
LPCOMP error code. More... | |
enum cy_en_lpcomp_out_t |
The LPCOMP output modes.
enum cy_en_lpcomp_hyst_t |
enum cy_en_lpcomp_int_t |
enum cy_en_lpcomp_pwr_t |