Searched refs:LINV2_TIMING_CONTROL_PRESCL_MASK (Results 1 – 1 of 1) sorted by relevance
373 #define LINV2_TIMING_CONTROL_PRESCL_MASK (0xC000U) macro375 …CL_SET(x) (((uint32_t)(x) << LINV2_TIMING_CONTROL_PRESCL_SHIFT) & LINV2_TIMING_CONTROL_PRESCL_MASK)376 #define LINV2_TIMING_CONTROL_PRESCL_GET(x) (((uint32_t)(x) & LINV2_TIMING_CONTROL_PRESCL_MASK) >> L…
Completed in 4 milliseconds