mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[mapping:driver]
 | 
						|
archive: libdriver.a
 | 
						|
entries:
 | 
						|
    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 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 GPIO_CTRL_FUNC_IN_IRAM = y:
 | 
						|
        gpio: gpio_set_level (noflash)
 | 
						|
        gpio: gpio_intr_disable (noflash)
 | 
						|
    if SDM_CTRL_FUNC_IN_IRAM = y:
 | 
						|
        sdm: sdm_channel_set_duty (noflash)
 | 
						|
    if MCPWM_CTRL_FUNC_IN_IRAM = y:
 | 
						|
        mcpwm_cmpr: mcpwm_comparator_set_compare_value (noflash)
 | 
						|
        mcpwm_timer: mcpwm_timer_set_period (noflash)
 | 
						|
    if RMT_RECV_FUNC_IN_IRAM = y:
 | 
						|
        rmt_rx: rmt_receive (noflash)
 | 
						|
        if SOC_RMT_SUPPORT_DMA = y:
 | 
						|
            rmt_rx: rmt_rx_mount_dma_buffer (noflash)
 |