Lines Matching full:state
20 * sub-state runs
31 /** Super state that opens the CC lines */
34 /** Super state that applies Rd to the CC lines */
36 /** Unattached Sink State */
38 /** Attach Wait Sink State */
40 /** Attached Sink State */
43 /** Super state that applies Rp to the CC lines */
45 /** Unattached Source State */
47 /** Unattached Wait Source State */
49 /** Attach Wait Source State */
51 /** Attached Source State */
54 /** Disabled State */
56 /** Error Recovery State */
64 * @brief TC Layer State Machine Object
67 /** TC layer state machine context */
77 /** The cc state */
101 * @brief Sets a Type-C State
104 * @param state next Type-C State to enter
106 void tc_set_state(const struct device *dev, const enum tc_state_t state);
109 * @brief Get current Type-C State
112 * @return current Type-C state
132 * @brief Run the TC Layer state machine. This is called from the subsystems
141 * @brief Checks if the TC Layer is in an Attached state
145 * @retval true if TC Layer is in an Attached state, else false