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()
426 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()
452 cy_rslt_t _cyhal_dma_dw_init_cfg(cyhal_dma_t *obj, const cyhal_dma_configurator_t *cfg) in _cyhal_dma_dw_init_cfg()
480 void _cyhal_dma_dw_free(cyhal_dma_t *obj) in _cyhal_dma_dw_free()
499 cy_rslt_t _cyhal_dma_dw_configure(cyhal_dma_t *obj, const cyhal_dma_cfg_t *cfg) in _cyhal_dma_dw_configure()
590 cy_rslt_t _cyhal_dma_dw_enable(cyhal_dma_t *obj) in _cyhal_dma_dw_enable()
597 cy_rslt_t _cyhal_dma_dw_disable(cyhal_dma_t *obj) in _cyhal_dma_dw_disable()
604 cy_rslt_t _cyhal_dma_dw_start_transfer(cyhal_dma_t *obj) in _cyhal_dma_dw_start_transfer()
624 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()
634 bool _cyhal_dma_dw_is_busy(cyhal_dma_t *obj) in _cyhal_dma_dw_is_busy()
688 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()
712 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()
727 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()
753 cy_rslt_t _cyhal_dma_dw_disable_output(cyhal_dma_t *obj, cyhal_dma_output_t output) in _cyhal_dma_dw_disable_output()