Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb_c/
Dtcpci.h650 #define TCPC_REG_TRANSMIT_SET_WITH_RETRY(retries, type) ((retries) << 4 | (type)) macro
/Zephyr-latest/drivers/usb_c/tcpc/
Dps8xxx.c392 TCPC_REG_TRANSMIT_SET_WITH_RETRY(cfg->transmit_retries, msg->type)); in ps8xxx_tcpc_transmit_data()