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)
|
2022-07-13 01:17:32 -04:00
|
|
|
gptimer: gptimer_get_captured_count (noflash)
|
2022-01-17 01:39:50 -05:00
|
|
|
gptimer: gptimer_set_alarm_action (noflash)
|
|
|
|
gptimer: gptimer_start (noflash)
|
|
|
|
gptimer: gptimer_stop (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)
|
2022-06-22 04:34:13 -04:00
|
|
|
if SDM_CTRL_FUNC_IN_IRAM = y:
|
2023-01-04 02:11:45 -05:00
|
|
|
sdm: sdm_channel_set_pulse_density (noflash)
|
2023-03-01 06:50:45 -05:00
|
|
|
if ANA_CMPR_CTRL_FUNC_IN_IRAM = y:
|
2023-03-13 00:34:53 -04:00
|
|
|
ana_cmpr: ana_cmpr_set_internal_reference (noflash)
|
2023-03-01 06:50:45 -05:00
|
|
|
ana_cmpr: ana_cmpr_set_debounce (noflash)
|
2023-03-13 00:34:53 -04:00
|
|
|
ana_cmpr: ana_cmpr_set_cross_type (noflash)
|
2022-05-24 05:26:36 -04:00
|
|
|
if DAC_CTRL_FUNC_IN_IRAM = y:
|
2022-10-10 07:17:22 -04:00
|
|
|
dac_oneshot: dac_oneshot_output_voltage (noflash)
|
2022-11-03 00:13:58 -04:00
|
|
|
dac_continuous: dac_continuous_write_asynchronously (noflash)
|
2022-09-20 03:34:45 -04:00
|
|
|
if MCPWM_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
mcpwm_cmpr: mcpwm_comparator_set_compare_value (noflash)
|