2021-03-24 22:24:37 -04:00
|
|
|
[mapping:driver]
|
|
|
|
archive: libdriver.a
|
|
|
|
entries:
|
2022-01-17 01:39:50 -05:00
|
|
|
if GPTIMER_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
gptimer: gptimer_set_raw_count (noflash)
|
|
|
|
gptimer: gptimer_get_raw_count (noflash)
|
|
|
|
gptimer: gptimer_set_alarm_action (noflash)
|
|
|
|
gptimer: gptimer_start (noflash)
|
|
|
|
gptimer: gptimer_stop (noflash)
|
|
|
|
if GDMA_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
gdma: gdma_start (noflash)
|
|
|
|
gdma: gdma_stop (noflash)
|
|
|
|
gdma: gdma_append (noflash)
|
|
|
|
gdma: gdma_reset (noflash)
|
2022-01-17 01:42:09 -05:00
|
|
|
if PCNT_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
pulse_cnt: pcnt_unit_start (noflash)
|
|
|
|
pulse_cnt: pcnt_unit_stop (noflash)
|
|
|
|
pulse_cnt: pcnt_unit_clear_count (noflash)
|
|
|
|
pulse_cnt: pcnt_unit_get_count (noflash)
|
2022-03-09 01:37:41 -05:00
|
|
|
if GPIO_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
gpio: gpio_set_level (noflash)
|
|
|
|
gpio: gpio_intr_disable (noflash)
|