Lines Matching defs:obj
145 static inline void _cyhal_dma_dw_set_obj(cyhal_dma_t *obj) in _cyhal_dma_dw_set_obj()
151 static inline void _cyhal_dma_dw_free_obj(cyhal_dma_t *obj) in _cyhal_dma_dw_free_obj()
224 static inline _cyhal_system_irq_t _cyhal_dma_dw_get_irqn(cyhal_dma_t *obj) in _cyhal_dma_dw_get_irqn()
307 static inline cyhal_dma_event_t _cyhal_dma_dw_convert_interrupt_cause(cyhal_dma_t *obj, cy_en_dma_i… in _cyhal_dma_dw_convert_interrupt_cause()
349 cyhal_dma_t *obj = _cyhal_dma_dw_get_obj(block, channel); in _cyhal_dma_dw_irq_handler() local
382 cy_rslt_t _cyhal_dma_dw_stage(cyhal_dma_t *obj) in _cyhal_dma_dw_stage()
423 cy_rslt_t _cyhal_dma_dw_init(cyhal_dma_t *obj, cyhal_source_t *src, cyhal_dest_t *dest, uint8_t pri… in _cyhal_dma_dw_init()
449 cy_rslt_t _cyhal_dma_dw_init_cfg(cyhal_dma_t *obj, const cyhal_dma_configurator_t *cfg) in _cyhal_dma_dw_init_cfg()
477 void _cyhal_dma_dw_free(cyhal_dma_t *obj) in _cyhal_dma_dw_free()
496 cy_rslt_t _cyhal_dma_dw_configure(cyhal_dma_t *obj, const cyhal_dma_cfg_t *cfg) in _cyhal_dma_dw_configure()
583 cy_rslt_t _cyhal_dma_dw_enable(cyhal_dma_t *obj) in _cyhal_dma_dw_enable()
590 cy_rslt_t _cyhal_dma_dw_disable(cyhal_dma_t *obj) in _cyhal_dma_dw_disable()
597 cy_rslt_t _cyhal_dma_dw_start_transfer(cyhal_dma_t *obj) in _cyhal_dma_dw_start_transfer()
617 void _cyhal_dma_dw_enable_event(cyhal_dma_t *obj, cyhal_dma_event_t event, uint8_t intr_priority, b… in _cyhal_dma_dw_enable_event()
627 bool _cyhal_dma_dw_is_busy(cyhal_dma_t *obj) in _cyhal_dma_dw_is_busy()
681 cy_rslt_t _cyhal_dma_dw_connect_digital(cyhal_dma_t *obj, cyhal_source_t source, cyhal_dma_input_t … in _cyhal_dma_dw_connect_digital()
708 cy_rslt_t _cyhal_dma_dw_enable_output(cyhal_dma_t *obj, cyhal_dma_output_t output, cyhal_source_t *… in _cyhal_dma_dw_enable_output()
726 cy_rslt_t _cyhal_dma_dw_disconnect_digital(cyhal_dma_t *obj, cyhal_source_t source, cyhal_dma_input… in _cyhal_dma_dw_disconnect_digital()
754 cy_rslt_t _cyhal_dma_dw_disable_output(cyhal_dma_t *obj, cyhal_dma_output_t output) in _cyhal_dma_dw_disable_output()