esp-idf/components/driver/dac
Darian Leung 9ed58bf564 feat(driver): updated drivers to use CreateWithCaps() API
This commit simplifies various drivers by using the ...CreateWithCaps() API
when creating driver objects in internal RAM.
2023-08-08 04:26:42 +00:00
..
esp32 i2s: fixed i2s_ll compiling failure under C++ evironment 2023-06-23 11:41:43 +08:00
esp32s2 adc: support ADC on esp32c6 (hal) 2022-12-23 11:24:06 +08:00
include/driver driver: pack peripherals 2023-02-02 18:19:58 +08:00
dac_common.c dac: optimize the dma stratege 2022-10-25 17:14:59 +08:00
dac_continuous.c feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
dac_cosine.c dac: update API and file format aligning to the rule 2022-11-03 13:04:50 +08:00
dac_oneshot.c dac: update API and file format aligning to the rule 2022-11-03 13:04:50 +08:00
dac_priv_common.h dac: optimize the dma stratege 2022-10-25 17:14:59 +08:00
dac_priv_dma.h dac: optimize the dma stratege 2022-10-25 17:14:59 +08:00