Searched refs:TRNG_MCTL_REG (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/trng/ |
D | fsl_trng.c | 850 #define TRNG_MCTL_REG(base) ((base)->MCTL) macro 851 #define TRNG_RD_MCTL(base) (TRNG_MCTL_REG(base)) 852 #define TRNG_WR_MCTL(base, value) (TRNG_MCTL_REG(base) = (value)) 867 #define TRNG_RD_MCTL_FOR_SCLK(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_FOR_SCLK_MASK) >> TRNG_MCTL_F… 890 #define TRNG_RD_MCTL_OSC_DIV(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_OSC_DIV_MASK) >> TRNG_MCTL_OSC… 916 #define TRNG_RD_MCTL_SAMP_MODE(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_SAMP_MODE_MASK) >> TRNG_MCTL… 935 #define TRNG_RD_MCTL_PRGM(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_PRGM_MASK) >> TRNG_MCTL_PRGM_SHIF… 967 #define TRNG_RD_MCTL_TRNG_ACC(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_TRNG_ACC_MASK) >> TRNG_MCTL_T… 988 #define TRNG_RD_MCTL_TSTOP_OK(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_TSTOP_OK_MASK) >> TRNG_MCTL_T… 1000 #define TRNG_RD_MCTL_ENT_VAL(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_ENT_VAL_MASK) >> TRNG_MCTL_ENT… [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKW40Z4/ |
D | MKW40Z4_extension.h | 24278 #define TRNG_RD_MCTL(base) (TRNG_MCTL_REG(base)) 24279 #define TRNG_WR_MCTL(base, value) (TRNG_MCTL_REG(base) = (value)) 24281 #define TRNG_SET_MCTL(base, value) (BME_OR32(&TRNG_MCTL_REG(base), (uint32_t)(value))) 24282 #define TRNG_CLR_MCTL(base, value) (BME_AND32(&TRNG_MCTL_REG(base), (uint32_t)(~(value)))) 24283 #define TRNG_TOG_MCTL(base, value) (BME_XOR32(&TRNG_MCTL_REG(base), (uint32_t)(value))) 24308 #define TRNG_RD_MCTL_SAMP_MODE(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_SAMP_MODE_MASK) >> TRNG_MCTL… 24309 #define TRNG_BRD_MCTL_SAMP_MODE(base) (BME_UBFX32(&TRNG_MCTL_REG(base), TRNG_MCTL_SAMP_MODE_SHIFT, … 24313 #define TRNG_BWR_MCTL_SAMP_MODE(base, value) (BME_BFI32(&TRNG_MCTL_REG(base), ((uint32_t)(value) <<… 24332 #define TRNG_RD_MCTL_OSC_DIV(base) ((TRNG_MCTL_REG(base) & TRNG_MCTL_OSC_DIV_MASK) >> TRNG_MCTL_OSC… 24333 #define TRNG_BRD_MCTL_OSC_DIV(base) (BME_UBFX32(&TRNG_MCTL_REG(base), TRNG_MCTL_OSC_DIV_SHIFT, TRNG… [all …]
|
D | MKW40Z4.h | 8237 #define TRNG_MCTL_REG(base) ((base)->MCTL) macro 8790 #define TRNG0_MCTL TRNG_MCTL_REG(TRNG0)
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKW20Z4/ |
D | MKW20Z4.h | 8237 #define TRNG_MCTL_REG(base) ((base)->MCTL) macro 8790 #define TRNG0_MCTL TRNG_MCTL_REG(TRNG0)
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKW30Z4/ |
D | MKW30Z4.h | 8237 #define TRNG_MCTL_REG(base) ((base)->MCTL) macro 8790 #define TRNG0_MCTL TRNG_MCTL_REG(TRNG0)
|