Home
last modified time | relevance | path

Searched defs:oa_num (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_analog_common.h140 __STATIC_INLINE cy_en_ctb_switch_register_sel_t _cyhal_opamp_convert_switch(uint8_t oa_num) in _cyhal_opamp_convert_switch()
152 __STATIC_INLINE cy_en_ctb_opamp_sel_t _cyhal_opamp_convert_switch(uint8_t oa_num) in _cyhal_opamp_convert_switch()
165 __STATIC_INLINE cy_en_ctb_opamp_sel_t _cyhal_opamp_convert_sel(uint8_t oa_num) in _cyhal_opamp_convert_sel()
177 __STATIC_INLINE void _cyhal_opamp_set_isolation_switch(uint8_t oa_num, CTBM_Type *base, bool close) in _cyhal_opamp_set_isolation_switch()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_comp_ctb.c99 for(uint8_t oa_num = 0; oa_num < _CYHAL_OPAMP_PER_CTB; ++oa_num) in _cyhal_ctb_get_interrupt_source() local