2021-03-25 10:24:37 +08:00
|
|
|
[mapping:driver]
|
|
|
|
archive: libdriver.a
|
|
|
|
entries:
|
2022-06-22 16:34:13 +08:00
|
|
|
if SDM_CTRL_FUNC_IN_IRAM = y:
|
2023-01-04 15:11:45 +08:00
|
|
|
sdm: sdm_channel_set_pulse_density (noflash)
|
2023-03-01 19:50:45 +08:00
|
|
|
if ANA_CMPR_CTRL_FUNC_IN_IRAM = y:
|
2023-03-13 12:34:53 +08:00
|
|
|
ana_cmpr: ana_cmpr_set_internal_reference (noflash)
|
2023-03-01 19:50:45 +08:00
|
|
|
ana_cmpr: ana_cmpr_set_debounce (noflash)
|
2023-03-13 12:34:53 +08:00
|
|
|
ana_cmpr: ana_cmpr_set_cross_type (noflash)
|
2022-05-24 17:26:36 +08:00
|
|
|
if DAC_CTRL_FUNC_IN_IRAM = y:
|
2022-10-10 19:17:22 +08:00
|
|
|
dac_oneshot: dac_oneshot_output_voltage (noflash)
|
2022-11-03 12:13:58 +08:00
|
|
|
dac_continuous: dac_continuous_write_asynchronously (noflash)
|