Lines Matching defs:obj
62 …cyhal_dma_t *obj, cyhal_dma_src_t *src, cyhal_dma_dest_t *dest, cyhal_source_t *dest_source, uint8… in cyhal_dma_init_adv()
130 cy_rslt_t cyhal_dma_init_cfg(cyhal_dma_t *obj, const cyhal_dma_configurator_t *cfg) in cyhal_dma_init_cfg()
153 void cyhal_dma_free(cyhal_dma_t *obj) in cyhal_dma_free()
192 cy_rslt_t cyhal_dma_configure(cyhal_dma_t *obj, const cyhal_dma_cfg_t *cfg) in cyhal_dma_configure()
210 cy_rslt_t cyhal_dma_start_transfer(cyhal_dma_t *obj) in cyhal_dma_start_transfer()
228 cy_rslt_t cyhal_dma_enable(cyhal_dma_t *obj) in cyhal_dma_enable()
246 cy_rslt_t cyhal_dma_disable(cyhal_dma_t *obj) in cyhal_dma_disable()
264 bool cyhal_dma_is_busy(cyhal_dma_t *obj) in cyhal_dma_is_busy()
282 void cyhal_dma_register_callback(cyhal_dma_t *obj, cyhal_dma_event_callback_t callback, void *callb… in cyhal_dma_register_callback()
292 void cyhal_dma_enable_event(cyhal_dma_t *obj, cyhal_dma_event_t event, uint8_t intr_priority, bool … in cyhal_dma_enable_event()
311 cy_rslt_t cyhal_dma_connect_digital(cyhal_dma_t *obj, cyhal_source_t source, cyhal_dma_input_t inpu… in cyhal_dma_connect_digital()
329 cy_rslt_t cyhal_dma_enable_output(cyhal_dma_t *obj, cyhal_dma_output_t output, cyhal_source_t *sour… in cyhal_dma_enable_output()
347 cy_rslt_t cyhal_dma_disconnect_digital(cyhal_dma_t *obj, cyhal_source_t source, cyhal_dma_input_t i… in cyhal_dma_disconnect_digital()
365 cy_rslt_t cyhal_dma_disable_output(cyhal_dma_t *obj, cyhal_dma_output_t output) in cyhal_dma_disable_output()