Files
esp-idf/components/hal/include/hal
Armando 1adea4ab66 change(ldo): make ldo driver unit_id same as datasheet
Prior to this commit, we expect passing ldo_unit_t to esp_ldo driver
`ldo_unit` field. And ldo_unit_t will alias the LDO unit to values
starting from 0, e.g. LDO_UNIT_1 is actually value 0.

With this commit, esp_ldo driver `ldo_unit` field will start with 1,
which is aligned with the datasheet. So LDO_UNIT_1 is in value 1,
meanwhile setting 1 to `ldo_unit` will work as well.
2024-01-08 10:52:11 +08:00
..
2023-10-17 18:20:36 +05:30
2023-01-10 10:37:30 +08:00
2022-10-25 17:14:59 +08:00
2022-11-23 15:31:33 +08:00
2023-10-17 16:40:04 +08:00
2022-05-07 10:34:50 +00:00
2022-07-20 14:59:50 +08:00
2022-07-20 14:59:50 +08:00
2023-09-14 14:48:12 +08:00
2022-09-13 10:50:58 +08:00
2023-01-19 12:58:26 +08:00