Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_mu.c147 …HardwareResetOtherCore(MU_Type *base, bool waitReset, bool holdReset, mu_core_boot_mode_t bootMode) in MU_HardwareResetOtherCore() argument
152 ccr |= MU_CCR_BOOT(bootMode); in MU_HardwareResetOtherCore()
189 …HardwareResetOtherCore(MU_Type *base, bool waitReset, bool holdReset, mu_core_boot_mode_t bootMode) in MU_HardwareResetOtherCore() argument
194 cr |= MU_CR_BOOT(bootMode); in MU_HardwareResetOtherCore()
Dfsl_mu.h610 …ardwareResetOtherCore(MU_Type *base, bool waitReset, bool holdReset, mu_core_boot_mode_t bootMode);
Dfsl_usdhc.h495 usdhc_boot_mode_t bootMode; /*!< Boot mode selection. */ member
Dfsl_usdhc.c937 …= (USDHC_MMC_BOOT_DTOCV_ACK(config->ackTimeoutCount) | USDHC_MMC_BOOT_BOOT_MODE(config->bootMode) | in USDHC_SetMmcBootConfig()