Home
last modified time | relevance | path

Searched refs:_cyhal_dac_is_output_buffered (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dac.c138 static bool _cyhal_dac_is_output_buffered(const cyhal_dac_t *obj) in _cyhal_dac_is_output_buffered() function
397 if (_cyhal_dac_is_output_buffered(obj)) in cyhal_dac_free()
537 if (_cyhal_dac_is_output_buffered(obj) || _cyhal_dac_is_external_reference(obj)) in cyhal_dac_set_power()
541 if(_cyhal_dac_is_output_buffered(obj)) in cyhal_dac_set_power()
550 … bool full_ctb_owned = _cyhal_dac_is_output_buffered(obj) || _cyhal_dac_is_external_reference(obj); in cyhal_dac_set_power()