Searched defs:oa_num (Results 1 – 2 of 2) sorted by relevance
140 __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()
99 for(uint8_t oa_num = 0; oa_num < _CYHAL_OPAMP_PER_CTB; ++oa_num) in _cyhal_ctb_get_interrupt_source() local