esp-idf/components/driver/linker.lf

24 wiersze
974 B
Plaintext
Czysty Zwykły widok Historia

[mapping:driver]
archive: libdriver.a
entries:
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)
if SDM_CTRL_FUNC_IN_IRAM = y:
2023-01-04 07:11:45 +00:00
sdm: sdm_channel_set_pulse_density (noflash)
2023-03-01 11:50:45 +00:00
if ANA_CMPR_CTRL_FUNC_IN_IRAM = y:
2023-03-13 04:34:53 +00:00
ana_cmpr: ana_cmpr_set_internal_reference (noflash)
2023-03-01 11:50:45 +00:00
ana_cmpr: ana_cmpr_set_debounce (noflash)
2023-03-13 04:34:53 +00:00
ana_cmpr: ana_cmpr_set_cross_type (noflash)
if DAC_CTRL_FUNC_IN_IRAM = y:
2022-10-10 11:17:22 +00:00
dac_oneshot: dac_oneshot_output_voltage (noflash)
dac_continuous: dac_continuous_write_asynchronously (noflash)
if MCPWM_CTRL_FUNC_IN_IRAM = y:
mcpwm_cmpr: mcpwm_comparator_set_compare_value (noflash)
if LEDC_CTRL_FUNC_IN_IRAM = y:
ledc: ledc_stop (noflash)
ledc: ledc_update_duty (noflash)
ledc: _ledc_update_duty (noflash)