Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/usb_c/
Dusbc_tc_src_states.c47 if (tcpc_is_cc_at_least_one_rd(tc->cc1, tc->cc2)) { in tc_unattached_src_run()
141 if (tcpc_is_cc_at_least_one_rd(tc->cc1, tc->cc2)) { in tc_attach_wait_src_run()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h213 static inline int tcpc_is_cc_at_least_one_rd(enum tc_cc_voltage_state cc1, in tcpc_is_cc_at_least_one_rd() function
224 return tcpc_is_cc_at_least_one_rd(cc1, cc2) && cc1 != cc2; in tcpc_is_cc_only_one_rd()