Searched refs:activation_source (Results 1 – 4 of 4) sorted by relevance
522 if (DMAC_TRIGGER_EVENT_SOFTWARE_TRIGGER != p_extend->activation_source) in r_dmac_b_prv_enable()528 …_BSP_DMAC_ACTIVATION_SOURCE_ENABLE(p_extend->unit, p_extend->channel, p_extend->activation_source); in r_dmac_b_prv_enable()533 …L != p_extend->p_callback) || (DMAC_TRIGGER_EVENT_SOFTWARE_TRIGGER == p_extend->activation_source)) in r_dmac_b_prv_enable()635 …BSP_DMAC_DREQ_DETECT_METHOD_SELECT(p_extend->external_detection_mode, p_extend->activation_source); in r_dmac_b_config_transfer_info()824 if (DMAC_TRIGGER_EVENT_SOFTWARE_TRIGGER != p_extend->activation_source) in dmac_b_int_isr()834 R_BSP_DMAC_DREQ_STATUS_CLEAR(p_extend->activation_source); in dmac_b_int_isr()
49 IRQn_Type activation_source; member
152 dmac_trigger_event_t activation_source; member
151 IRQn_Type irq = p_dtc_cfg->activation_source; in R_DTC_Open()