esp-idf/components/driver/include/driver
Darian Leung fb2d6a44eb CAN: ISR runs when cache is disabled
This commit adds the feature where the CAN ISR will continue to
run even if the cache is disabled. Whilst cache is disabled, any
received messages will go into the RX queue, and any pending TX
messages in the TX queue will be transmitted. This feature should
be enabled using the CONFIG_CAN_ISR_IN_IRAM option.
2021-03-09 08:47:58 +08:00
..
adc2_wifi_internal.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
adc.h adc_i2s: solve the i2s_adc issue when using wifi 2020-12-15 20:57:02 +08:00
can.h CAN: ISR runs when cache is disabled 2021-03-09 08:47:58 +08:00
dac.h dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
gpio.h adc_i2s: solve the i2s_adc issue when using wifi 2020-12-15 20:57:02 +08:00
i2c.h feature(I2C): Add i2c hal support. 2019-11-21 20:34:07 +08:00
i2s.h driver: clean pcnt.h i2s.h 2020-03-03 18:12:11 +08:00
ledc.h Bugfix(LEDC): Add missing ledc_set_pin declaration in led.h 2020-01-17 10:19:15 +08:00
mcpwm.h driver, soc: update multichip support headers 2020-01-06 17:13:54 +08:00
pcnt.h driver: clean pcnt.h i2s.h 2020-03-03 18:12:11 +08:00
periph_ctrl.h wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM 2020-08-05 16:30:16 +08:00
rmt.h rmt: add HAL layer 2019-11-20 10:54:21 +08:00
rtc_cntl.h Add missing extern "C" to rtc_cntl.h 2019-12-21 12:12:54 +11:00
rtc_io.h rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
sdio_slave.h sdio_slave: support HAL layer 2019-12-13 18:33:15 +08:00
sdmmc_defs.h sdmmc_io: support to print CIS information 2019-07-29 10:41:17 +08:00
sdmmc_host.h driver, soc: update multichip support headers 2020-01-06 17:13:54 +08:00
sdmmc_types.h sdmmc: support SDIO over SPI 2019-04-12 02:24:28 +08:00
sdspi_host.h driver: remove unused drivers for esp32s2beta 2019-09-04 10:53:25 +10:00
sigmadelta.h Fix typo with sigmadelta.h #ifdef 2020-04-29 12:20:46 +08:00
spi_common_internal.h spi: move deprecated functions into internal header 2019-10-08 11:51:39 +08:00
spi_common.h Merge branch 'master' into feature/esp32s2beta_merge 2019-10-15 14:59:27 +11:00
spi_master.h Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 13:44:24 +10:00
spi_slave.h spi_slave: add valid check for DMA buffers 2018-11-26 03:49:26 +00:00
timer.h timer: add return task awoken for timer callback 2020-06-12 14:33:21 +08:00
touch_pad.h Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
touch_sensor_common.h Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
uart_select.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
uart.h VFS: Check in select() if the UART driver is installed or not 2020-01-21 10:04:38 +01:00