Searched refs:LINV2_CONTROL_STATUS_STOP_SHIFT (Results 1 – 1 of 1) sorted by relevance
225 #define LINV2_CONTROL_STATUS_STOP_SHIFT (7U) macro226 #define LINV2_CONTROL_STATUS_STOP_SET(x) (((uint32_t)(x) << LINV2_CONTROL_STATUS_STOP_SHIFT) & LINV…227 …S_STOP_GET(x) (((uint32_t)(x) & LINV2_CONTROL_STATUS_STOP_MASK) >> LINV2_CONTROL_STATUS_STOP_SHIFT)
Completed in 7 milliseconds