Searched refs:LINV2_CONTROL_STATUS_RESET_ERROR_MASK (Results 1 – 2 of 2) sorted by relevance
274 #define LINV2_CONTROL_STATUS_RESET_ERROR_MASK (0x4U) macro276 …(((uint32_t)(x) << LINV2_CONTROL_STATUS_RESET_ERROR_SHIFT) & LINV2_CONTROL_STATUS_RESET_ERROR_MASK)277 …LINV2_CONTROL_STATUS_RESET_ERROR_GET(x) (((uint32_t)(x) & LINV2_CONTROL_STATUS_RESET_ERROR_MASK) >…
108 …((ptr->CONTROL_STATUS) & ~LINV2_CONTROL_STATUS_SLEEP_MASK) | LINV2_CONTROL_STATUS_RESET_ERROR_MASK; in lin_reset_error()
Completed in 9 milliseconds