|
| static void | acmp_channel_config_dac (ACMP_Type *ptr, uint8_t ch, uint32_t value) |
| | ACMP channel config DAC output value. More...
|
| |
| static void | acmp_channel_clear_status (ACMP_Type *ptr, uint8_t ch, uint32_t mask) |
| | ACMP channel clear status. More...
|
| |
| static uint32_t | acmp_channel_get_status (ACMP_Type *ptr, uint8_t ch) |
| | ACMP channel get status. More...
|
| |
| static void | acmp_channel_dma_request_enable (ACMP_Type *ptr, uint8_t ch, uint32_t mask, bool enable) |
| | ACMP channel enable DMA request. More...
|
| |
| static void | acmp_channel_enable_irq (ACMP_Type *ptr, uint8_t ch, uint32_t mask, bool enable) |
| | ACMP channel enable IRQ. More...
|
| |
| static void | acmp_channel_enable_dac (ACMP_Type *ptr, uint8_t ch, bool enable) |
| | ACMP channel enable DAC. More...
|
| |
| static void | acmp_channel_enable_hpmode (ACMP_Type *ptr, uint8_t ch, bool enable) |
| | ACMP channel enable high performance mode. More...
|
| |
| static void | acmp_channel_set_hyst (ACMP_Type *ptr, uint8_t ch, uint8_t level) |
| | ACMP channel enable hysteresis level. More...
|
| |
| static void | acmp_channel_enable_cmp (ACMP_Type *ptr, uint8_t ch, bool enable) |
| | ACMP channel enable comparator. More...
|
| |
| static void | acmp_channel_enable_cmp_output (ACMP_Type *ptr, uint8_t ch, bool enable) |
| | ACMP channel enable comparator output. More...
|
| |
| static void | acmp_channel_cmp_output_bypass_filter (ACMP_Type *ptr, uint8_t ch, bool enable) |
| | ACMP channel bypass comparator output filter. More...
|
| |
| static void | acmp_channel_enable_cmp_window_mode (ACMP_Type *ptr, uint8_t ch, bool enable) |
| | ACMP channel enable comparator window mode. More...
|
| |
| static void | acmp_channel_invert_output (ACMP_Type *ptr, uint8_t ch, bool enable) |
| | ACMP channel invert comparator output. More...
|
| |
| static void | acmp_channel_set_filter_mode (ACMP_Type *ptr, uint8_t ch, uint8_t filter) |
| | ACMP channel set comparator output filter mode. More...
|
| |
| static void | acmp_channel_enable_sync (ACMP_Type *ptr, uint8_t ch, bool enable) |
| | ACMP channel enable comparator output sync with clock. More...
|
| |
| static void | acmp_channel_set_filter_length (ACMP_Type *ptr, uint8_t ch, uint16_t filter_length) |
| | ACMP channel set comparator output filter length. More...
|
| |
| hpm_stat_t | acmp_channel_config (ACMP_Type *ptr, uint8_t ch, acmp_channel_config_t *config, bool enable) |
| | ADC channel config. More...
|
| |
| void | acmp_channel_get_default_config (ACMP_Type *ptr, acmp_channel_config_t *config) |
| | ADC channel get default config setting. More...
|
| |