Lines Matching full:ucpd
26 * @brief UCPD TX ORDSET values
63 * @brief Apply the UCPD CC1 and CC2 pin configurations.
66 * when UCPDx is enabled, with CC1 and CC2 pin UCPD
416 * range of 0, 1, or 2. This range maps to 1, 2, or 3 in ucpd for in ucpd_set_cc()
649 /* Trigger ucpd peripheral to start pd message transmit */ in ucpd_start_transmit()
795 LOG_INF("ucpd: Failed to send GoodCRC!"); in ucpd_manage_tx()
797 LOG_INF("ucpd: GoodCRC message discarded!"); in ucpd_manage_tx()
881 * UCPD driver based on USB-PD rx messages. These 2 types of in ucpd_alert_handler()
884 * UCPD generated GoodCRC messages, are the priority path as in ucpd_alert_handler()
892 * of the ucpd transmitter, they are treated as a 3rd tx msg in ucpd_alert_handler()
976 /* Notify ucpd task that a GoodCRC message tx request is pending */ in ucpd_send_good_crc()
1006 /* Copy msg objects to ucpd data buffer, after 2 header bytes */ in ucpd_transmit_data()
1074 LOG_INF("ucpd: Bist test mode = %d", enable); in ucpd_set_bist_test_mode()
1080 * @brief UCPD interrupt handler
1098 * Multiple UCPD ports are available in ucpd_isr()
1105 * Since the UCPD peripherals share the same interrupt line, determine in ucpd_isr()
1129 * Only one UCPD port available in ucpd_isr()
1133 #endif /* Get the UCPD port that initiated that interrupt */ in ucpd_isr()
1151 * transmit attempt is completed. Set an event to notify ucpd tx state in ucpd_isr()
1212 * without disabling the ucpd peripheral. in ucpd_isr()
1233 LOG_ERR("ucpd: rx message error"); in ucpd_isr()
1316 * @brief UCPD interrupt init
1375 * The UCPD port is disabled in the LL_UCPD_Init function in ucpd_init()
1398 /* Enable UCPD port */ in ucpd_init()