Searched refs:SWT_RRR_RRF_SHIFT (Results 1 – 3 of 3) sorted by relevance
252 #define SWT_RRR_RRF_SHIFT (0U) macro254 #define SWT_RRR_RRF(x) (((uint32_t)(((uint32_t)(x)) << SWT_RRR_RRF_SHIFT)…
300 #define SWT_RRR_RRF_SHIFT (0U) macro302 #define SWT_RRR_RRF(x) (((uint32_t)(((uint32_t)(x)) << SWT_RRR_RRF_SHIFT)…
397 return (((Base->RRR & SWT_RRR_RRF_MASK)>> SWT_RRR_RRF_SHIFT) == 1U); in Swt_Ip_RequestedReset()