Searched refs:dac_channel_t (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | dac_ll.h | 35 static inline void dac_ll_power_on(dac_channel_t channel) in dac_ll_power_on() 46 static inline void dac_ll_power_down(dac_channel_t channel) in dac_ll_power_down() 60 static inline void dac_ll_update_output_value(dac_channel_t channel, uint8_t value) in dac_ll_update_output_value() 108 static inline void dac_ll_cw_enable_channel(dac_channel_t channel, bool enable) in dac_ll_cw_enable_channel() 140 static inline void dac_ll_cw_set_atten(dac_channel_t channel, dac_cosine_atten_t atten) in dac_ll_cw_set_atten() 155 static inline void dac_ll_cw_set_phase(dac_channel_t channel, dac_cosine_phase_t phase) in dac_ll_cw_set_phase() 172 static inline void dac_ll_cw_set_dc_offset(dac_channel_t channel, int8_t offset) in dac_ll_cw_set_dc_offset()
|
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | dac.h | 33 esp_err_t dac_pad_get_io_num(dac_channel_t channel, gpio_num_t *gpio_num); 47 esp_err_t dac_output_voltage(dac_channel_t channel, uint8_t dac_value); 57 esp_err_t dac_output_enable(dac_channel_t channel); 67 esp_err_t dac_output_disable(dac_channel_t channel);
|
D | dac_types_legacy.h | 69 dac_channel_t en_ch; /*!< Enable the cosine wave generator of DAC channel. */
|
/hal_espressif-latest/components/driver/deprecated/ |
D | dac_common_legacy.c | 29 esp_err_t dac_pad_get_io_num(dac_channel_t channel, gpio_num_t *gpio_num) in dac_pad_get_io_num() 38 static esp_err_t dac_rtc_pad_init(dac_channel_t channel) in dac_rtc_pad_init() 52 esp_err_t dac_output_enable(dac_channel_t channel) in dac_output_enable() 65 esp_err_t dac_output_disable(dac_channel_t channel) in dac_output_disable() 76 esp_err_t dac_output_voltage(dac_channel_t channel, uint8_t dac_value) in dac_output_voltage() 87 esp_err_t dac_out_voltage(dac_channel_t channel, uint8_t dac_value) in dac_out_voltage()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | dac_ll.h | 40 static inline void dac_ll_power_on(dac_channel_t channel) in dac_ll_power_on() 52 static inline void dac_ll_power_down(dac_channel_t channel) in dac_ll_power_down() 72 static inline void dac_ll_update_output_value(dac_channel_t channel, uint8_t value) in dac_ll_update_output_value() 129 static inline void dac_ll_cw_enable_channel(dac_channel_t channel, bool enable) in dac_ll_cw_enable_channel() 161 static inline void dac_ll_cw_set_atten(dac_channel_t channel, dac_cosine_atten_t atten) in dac_ll_cw_set_atten() 176 static inline void dac_ll_cw_set_phase(dac_channel_t channel, dac_cosine_phase_t phase) in dac_ll_cw_set_phase() 193 static inline void dac_ll_cw_set_dc_offset(dac_channel_t channel, int8_t offset) in dac_ll_cw_set_dc_offset()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | dac_types.h | 12 } dac_channel_t; typedef
|