Searched refs:BPOR_POR_CONTROL_COUNTER_MASK (Results 1 – 3 of 3) sorted by relevance
71 #define BPOR_POR_CONTROL_COUNTER_MASK (0xFFFFU) macro73 …_COUNTER_SET(x) (((uint32_t)(x) << BPOR_POR_CONTROL_COUNTER_SHIFT) & BPOR_POR_CONTROL_COUNTER_MASK)74 #define BPOR_POR_CONTROL_COUNTER_GET(x) (((uint32_t)(x) & BPOR_POR_CONTROL_COUNTER_MASK) >> BPOR_PO…
Completed in 9 milliseconds