Lines Matching defs:obj
138 static bool _cyhal_dac_is_output_buffered(const cyhal_dac_t *obj) in _cyhal_dac_is_output_buffered()
145 static bool _cyhal_dac_is_external_reference(const cyhal_dac_t *obj) in _cyhal_dac_is_external_reference()
167 static cy_rslt_t _cyhal_dac_configure_oa0(cyhal_dac_t *obj, bool init) in _cyhal_dac_configure_oa0()
192 static cy_rslt_t _cyhal_dac_configure_oa1(cyhal_dac_t *obj, bool init) in _cyhal_dac_configure_oa1()
219 cy_rslt_t _cyhal_dac_init_hw(cyhal_dac_t *obj, const cy_stc_ctdac_config_t *config) in _cyhal_dac_init_hw()
240 cy_rslt_t cyhal_dac_init(cyhal_dac_t *obj, cyhal_gpio_t pin) in cyhal_dac_init()
364 cy_rslt_t cyhal_dac_init_cfg(cyhal_dac_t *obj, const cyhal_dac_configurator_t *cfg) in cyhal_dac_init_cfg()
381 void cyhal_dac_free(cyhal_dac_t *obj) in cyhal_dac_free()
431 void cyhal_dac_write(const cyhal_dac_t *obj, uint16_t value) in cyhal_dac_write()
437 cy_rslt_t cyhal_dac_write_mv(const cyhal_dac_t *obj, uint16_t value) in cyhal_dac_write_mv()
466 uint16_t cyhal_dac_read(cyhal_dac_t *obj) in cyhal_dac_read()
473 cy_rslt_t cyhal_dac_set_reference(cyhal_dac_t *obj, cyhal_dac_ref_t ref) in cyhal_dac_set_reference()
534 cy_rslt_t cyhal_dac_set_power(cyhal_dac_t *obj, cyhal_power_level_t power) in cyhal_dac_set_power()