Lines Matching refs:cyhal_comp_t

67 CY_NOINIT static cyhal_comp_t* _cyhal_comp_ctb_config_structs[_CYHAL_CTB_INSTANCES * _CYHAL_OPAMP_P…
84 static cyhal_comp_t* _cyhal_ctb_get_interrupt_source(void) in _cyhal_ctb_get_interrupt_source()
103cyhal_comp_t* inst = _cyhal_comp_ctb_config_structs[(ctb_num * _CYHAL_OPAMP_PER_CTB) + oa_num]; in _cyhal_ctb_get_interrupt_source()
114 static cyhal_comp_event_t _cyhal_comp_ctb_get_enabled_events(cyhal_comp_t * obj) in _cyhal_comp_ctb_get_enabled_events()
156 cyhal_comp_t* obj = _cyhal_ctb_get_interrupt_source(); in _cyhal_comp_ctb_irq_handler()
179 cy_rslt_t _cyhal_comp_ctb_init_hw(cyhal_comp_t *obj, const cy_stc_ctb_opamp_config_t* cfg) in _cyhal_comp_ctb_init_hw()
200 cy_rslt_t _cyhal_comp_ctb_init(cyhal_comp_t *obj, cyhal_gpio_t vin_p, cyhal_gpio_t vin_m, cyhal_gpi… in _cyhal_comp_ctb_init()
206 memset(obj, 0, sizeof(cyhal_comp_t)); in _cyhal_comp_ctb_init()
257 cy_rslt_t _cyhal_comp_ctb_init_cfg(cyhal_comp_t *obj, const cyhal_comp_configurator_t *cfg) in _cyhal_comp_ctb_init_cfg()
271 void _cyhal_comp_ctb_free(cyhal_comp_t *obj) in _cyhal_comp_ctb_free()
308 cy_rslt_t _cyhal_comp_ctb_set_power(cyhal_comp_t *obj, cyhal_power_level_t power) in _cyhal_comp_ctb_set_power()
317 cy_rslt_t _cyhal_comp_ctb_configure(cyhal_comp_t *obj, cyhal_comp_config_t *cfg) in _cyhal_comp_ctb_configure()
338 bool _cyhal_comp_ctb_read(cyhal_comp_t *obj) in _cyhal_comp_ctb_read()
345 void _cyhal_comp_ctb_enable_event(cyhal_comp_t *obj, cyhal_comp_event_t event, uint8_t intr_priorit… in _cyhal_comp_ctb_enable_event()