Searched refs:LIN_CONTROL_STOP_SHIFT (Results 1 – 1 of 1) sorted by relevance
43 #define LIN_CONTROL_STOP_SHIFT (7U) macro44 #define LIN_CONTROL_STOP_SET(x) (((uint32_t)(x) << LIN_CONTROL_STOP_SHIFT) & LIN_CONTROL_STOP_MASK)45 #define LIN_CONTROL_STOP_GET(x) (((uint32_t)(x) & LIN_CONTROL_STOP_MASK) >> LIN_CONTROL_STOP_SHIFT)
Completed in 6 milliseconds