Searched refs:cyhal_opamp_t (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_opamp.c | 83 cy_rslt_t _cyhal_opamp_init_hw(cyhal_opamp_t *obj, const cy_stc_ctb_opamp_config_t* cfg) in _cyhal_opamp_init_hw() 96 cy_rslt_t cyhal_opamp_init(cyhal_opamp_t *obj, cyhal_gpio_t vin_p, cyhal_gpio_t vin_m, cyhal_gpio_t… in cyhal_opamp_init() 103 memset(obj, 0, sizeof(cyhal_opamp_t)); in cyhal_opamp_init() 146 cy_rslt_t cyhal_opamp_init_cfg(cyhal_opamp_t *obj, const cyhal_opamp_configurator_t *cfg) in cyhal_opamp_init_cfg() 148 memset(obj, 0, sizeof(cyhal_opamp_t)); in cyhal_opamp_init_cfg() 164 cy_rslt_t cyhal_opamp_set_power(cyhal_opamp_t *obj, cyhal_power_level_t power) in cyhal_opamp_set_power() 174 void cyhal_opamp_free(cyhal_opamp_t *obj) in cyhal_opamp_free()
|
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_opamp.h | 103 cy_rslt_t cyhal_opamp_init(cyhal_opamp_t *obj, cyhal_gpio_t vin_p, cyhal_gpio_t vin_m, cyhal_gpio_t… 112 cy_rslt_t cyhal_opamp_init_cfg(cyhal_opamp_t *obj, const cyhal_opamp_configurator_t *cfg); 120 void cyhal_opamp_free(cyhal_opamp_t *obj); 132 cy_rslt_t cyhal_opamp_set_power(cyhal_opamp_t *obj, cyhal_power_level_t power);
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_hw_types.h | 697 } cyhal_opamp_t; typedef
|