Home
last modified time | relevance | path

Searched refs:MU_CCR_HR_MASK (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/K32L3A60/mcuxpresso/
Dboot_multicore_slave.c51 #define MU_CCR_HR_MASK (0x1U) macro
53 …(x) (((uint32_t)(((uint32_t)(x)) << MU_CCR_HR_SHIFT)) & MU_CCR_HR_MASK)
134 reg = (reg & ~(MU_CCR_HR_MASK | MU_CCR_RSTH_MASK | MU_CCR_BOOT_MASK)) | MU_CCR_BOOT(bootMode); in boot_multicore_slave()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mu/
Dfsl_mu.c225 reg = (reg & ~(MU_CCR_HR_MASK | MU_CCR_RSTH_MASK | MU_CCR_BOOT_MASK)) | MU_CCR_BOOT(mode); in MU_BootCoreB()
301 uint32_t ccr = base->CCR & ~(MU_CCR_HR_MASK | MU_CCR_RSTH_MASK | MU_CCR_BOOT_MASK); in MU_HardwareResetOtherCore()
314 base->CCR = ccr | MU_CCR_HR_MASK; in MU_HardwareResetOtherCore()
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L3A60/
DK32L3A60_cm4.h15792 #define MU_CCR_HR_MASK (0x1U) macro
15798 …(x) (((uint32_t)(((uint32_t)(x)) << MU_CCR_HR_SHIFT)) & MU_CCR_HR_MASK)
DK32L3A60_cm0plus.h15732 #define MU_CCR_HR_MASK (0x1U) macro
15738 …(x) (((uint32_t)(((uint32_t)(x)) << MU_CCR_HR_SHIFT)) & MU_CCR_HR_MASK)