OVMS3-idf/components/soc/esp32/include/hal
Darian Leung a049e02d96 can: Refactor CAN to use HAL and LowLevel layers
The following commit refactors the CAN driver such that
it is split into HAL and Lowlevel layers. The following
changes have also been made:

- Added bit field members to can_message_t as alternative
  to message flags. Updated examples and docs accordingly
- Register field names and fields of can_dev_t updated
2020-01-09 16:13:51 +08:00
..
adc_ll.h refactor the adc driver 2019-11-22 15:42:16 +08:00
can_ll.h can: Refactor CAN to use HAL and LowLevel layers 2020-01-09 16:13:51 +08:00
dac_ll.h dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
emac.h ethernet: optimise tx and rx 2019-12-24 11:18:31 +08:00
gpio_ll.h refactor(gpio): add hal gpio driver 2019-11-22 17:24:53 +08:00
i2c_ll.h bugfix(i2c): fix I2C driver breaking change issue. 2019-12-04 15:51:36 +08:00
i2s_ll.h i2s: fix regression in retrieval of chip revision causing apll test to fail 2019-11-22 11:46:38 +05:30
ledc_ll.h feat(ledc): refactor ledc driver 2019-11-21 16:25:22 +08:00
mcpwm_ll.h mcpwm: add HAL layer support 2019-11-25 00:36:30 +08:00
pcnt_ll.h refactor(pcnt): add hal pcnt driver 2019-11-18 14:35:46 +08:00
rmt_ll.h rmt: add HAL layer 2019-11-20 10:54:21 +08:00
rtc_io_ll.h rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
sigmadelta_ll.h refactor(sigmadelta): add hal sigmadelta driver 2019-11-21 11:53:07 +08:00
spi_flash_ll.h ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spi_ll.h spi: convenient LL macro 2019-09-04 10:53:25 +10:00
timer_ll.h bugfix(timer): recover get raw interrupt status function 2019-11-26 12:39:46 +00:00
touch_sensor_hal_esp32.h Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
touch_sensor_ll.h Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
uart_ll.h add simplified API to set UART threshold values for RX FIFO full and TX FIFO empty 2019-12-16 20:26:04 +00:00