nuttx/arch/xtensa/src/esp32/hardware
Tomáš Pilný 3e85c1886e esp32/dac-one-shot: lower-half driver for ESP32 internal DAC
Enable with ./tools/configure.sh -l esp32-devkitc:dac
DAC channel 0 = GPIO 25
DAC channel 1 = GPIO 26
default path: /dev/dac0

Resolution 8 bits = values 0~255
Voltage: 0~Vref

The reference voltage 'Vref' here is input from the pin VDD3P3_RTC
which ideally equals to the power supply VDD (3.3V).
2024-02-02 09:23:28 -08:00
..
esp32_aes.h
esp32_apb_ctrl.h esp32/hardware/esp32_efuse.h: Update macros for registers. 2024-01-21 06:33:25 -08:00
esp32_dma.h
esp32_dport.h Fix nuttx coding style 2023-07-14 01:16:06 +08:00
esp32_efuse.h esp32/hardware/esp32_efuse.h: Update macros for registers. 2024-01-21 06:33:25 -08:00
esp32_efuse_defs.h esp32/hardware/esp32_efuse.h: Update macros for registers. 2024-01-21 06:33:25 -08:00
esp32_emac.h
esp32_gpio.h
esp32_gpio_sigmap.h xtensa/esp32: Add support to TWAI/CANBus controller 2022-04-06 15:09:46 +03:00
esp32_i2c.h
esp32_i2s.h xtensa/esp32: add initial support for I2S 2022-09-30 17:23:17 -03:00
esp32_iomux.h arch/xtensa/esp32: Add missing macros to iomux 2022-12-14 22:38:10 +08:00
esp32_ledc.h esp32: Add PWM support using the LEDC peripheral 2022-01-08 14:46:51 +01:00
esp32_pcnt.h ESP32: Add support to Quadrature Encoder 2022-10-17 00:30:53 +02:00
esp32_pid.h xtensa/esp32: Configure the PID controller for privilege separation 2022-07-14 14:57:57 +08:00
esp32_pinmap.h Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
esp32_rmt.h New implementation of the ESP32's RMT driver. 2023-07-23 16:17:57 -03:00
esp32_rtc_io.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
esp32_rtccntl.h arch/xtensa/esp32: Remove redundant RTC registers 2022-12-14 22:38:10 +08:00
esp32_sens.h esp32/dac-one-shot: lower-half driver for ESP32 internal DAC 2024-02-02 09:23:28 -08:00
esp32_soc.h esp32/hardware/esp32_efuse.h: Update macros for registers. 2024-01-21 06:33:25 -08:00
esp32_spi.h
esp32_tim.h Fix nuttx coding style 2023-07-14 01:16:06 +08:00
esp32_touch.h arch/xtensa/esp32: Add support for RTC IRQs 2023-01-21 12:27:35 +08:00
esp32_twai.h Fix some register's values, enable TWAI extended registers and add a missing prototype. 2022-09-09 15:30:35 +08:00
esp32_uart.h xtensa/esp32: Replace serialout/in and fixes the fifo counter issue 2021-05-05 01:30:03 -07:00
esp32_uhci.h xtensa/esp32: Adds support for SERIAL_TXDMA. 2021-07-01 01:50:13 -05:00
wdev_reg.h