Lines Matching refs:cyhal_comp_t
78 static cyhal_comp_t* _cyhal_comp_lp_config_structs[_CYHAL_LPCOMP_INSTANCES * _CYHAL_COMP_PER_LP];
154 static cyhal_comp_event_t _cyhal_comp_lp_get_enabled_events(cyhal_comp_t * obj) in _cyhal_comp_lp_get_enabled_events()
196 cyhal_comp_t* obj = _cyhal_comp_lp_config_structs[(block * _CYHAL_COMP_PER_LP) + instance_num]; in _cyhal_comp_lp_irq_handler()
210 cy_rslt_t _cyhal_comp_lp_init_hw(cyhal_comp_t *obj, const cy_stc_lpcomp_config_t* cfg) in _cyhal_comp_lp_init_hw()
229 cy_rslt_t _cyhal_comp_lp_init(cyhal_comp_t *obj, cyhal_gpio_t vin_p, cyhal_gpio_t vin_m, cyhal_gpio… in _cyhal_comp_lp_init()
235 memset(obj, 0, sizeof(cyhal_comp_t)); in _cyhal_comp_lp_init()
341 cy_rslt_t _cyhal_comp_lp_init_cfg(cyhal_comp_t *obj, const cyhal_comp_configurator_t *cfg) in _cyhal_comp_lp_init_cfg()
352 void _cyhal_comp_lp_free(cyhal_comp_t *obj) in _cyhal_comp_lp_free()
385 cy_rslt_t _cyhal_comp_lp_configure(cyhal_comp_t *obj, cyhal_comp_config_t *cfg) in _cyhal_comp_lp_configure()
398 cy_rslt_t _cyhal_comp_lp_set_power(cyhal_comp_t *obj, cyhal_power_level_t power) in _cyhal_comp_lp_set_power()
410 bool _cyhal_comp_lp_read(cyhal_comp_t *obj) in _cyhal_comp_lp_read()
416 void _cyhal_comp_lp_enable_event(cyhal_comp_t *obj, cyhal_comp_event_t event, uint8_t intr_priority… in _cyhal_comp_lp_enable_event()