Searched defs:PER (Results 1 – 4 of 4) sorted by relevance
10 #define MC_RGM_PRST(RGM, PER) ((RGM) + 0x40UL + ((PER) * 0x8UL)) argument11 #define MC_RGM_PRST_PERIPH_N_RST(PER) BIT_32(PER) argument12 #define MC_RGM_PSTAT(RGM, PER) ((RGM) + 0x140UL + ((PER) * 0x8UL)) argument13 #define MC_RGM_PSTAT_PERIPH(PER) BIT_32(PER) argument
296 PER(0), enumConstant
303 PER(0), enumConstant
149 PER = cast(ASN1Codec, 3) variable in ASN1_Codecs