Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 11 of 11) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_mu.c108 void MU_BootCoreB(MU_Type *base, mu_core_boot_mode_t mode) in MU_BootCoreB() argument
118 reg = (reg & ~(MU_CCR_HR_MASK | MU_CCR_RSTH_MASK | MU_CCR_BOOT_MASK)) | MU_CCR_BOOT(mode); in MU_BootCoreB()
124 …_MASK | MU_CR_NMI_MASK) | MU_CR_HR_MASK | MU_CR_RSTH_MASK | MU_CR_BBOOT_MASK)) | MU_CR_BBOOT(mode); in MU_BootCoreB()
137 void MU_BootOtherCore(MU_Type *base, mu_core_boot_mode_t mode) in MU_BootOtherCore() argument
143 MU_BootCoreB(base, mode); in MU_BootOtherCore()
Dfsl_mmdvsq.h133 static inline void MMDVSQ_SetFastStartConfig(MMDVSQ_Type *base, mmdvsq_fast_start_select_t mode) in MMDVSQ_SetFastStartConfig() argument
135 if (mode) in MMDVSQ_SetFastStartConfig()
Dfsl_sim.h107 static inline void SIM_SetFlashMode(uint8_t mode) in SIM_SetFlashMode() argument
109 SIM->FCFG1 = mode; in SIM_SetFlashMode()
Dfsl_tpm.c141 tpm_pwm_mode_t mode, in TPM_SetupPwm() argument
150 if(mode == kTPM_CombinedPwm) in TPM_SetupPwm()
170 switch (mode) in TPM_SetupPwm()
205 if (mode == kTPM_CombinedPwm) in TPM_SetupPwm()
Dfsl_clock.h1193 static inline void CLOCK_SetSysOscMonitorMode(scg_sosc_monitor_mode_t mode) in CLOCK_SetSysOscMonitorMode() argument
1199 reg |= (uint32_t)mode; in CLOCK_SetSysOscMonitorMode()
1443 static inline void CLOCK_SetRtcOscMonitorMode(scg_rosc_monitor_mode_t mode) in CLOCK_SetRtcOscMonitorMode() argument
1449 reg |= (uint32_t)mode; in CLOCK_SetRtcOscMonitorMode()
Dfsl_mu.h478 void MU_BootCoreB(MU_Type *base, mu_core_boot_mode_t mode);
507 void MU_BootOtherCore(MU_Type *base, mu_core_boot_mode_t mode);
Dfsl_lpspi.h707 static inline void LPSPI_SetMasterSlaveMode(LPSPI_Type *base, lpspi_master_slave_mode_t mode) in LPSPI_SetMasterSlaveMode() argument
709 base->CFGR1 = (base->CFGR1 & (~LPSPI_CFGR1_MASTER_MASK)) | LPSPI_CFGR1_MASTER(mode); in LPSPI_SetMasterSlaveMode()
Dfsl_cau3.c2148 cau3_mode_t mode; in cau3_pkha_clear_regabne() local
2151 mode = (uint32_t)kCAU3_AlgorithmPKHA | 1U; in cau3_pkha_clear_regabne()
2156 mode |= 1U << 19U; in cau3_pkha_clear_regabne()
2160 mode |= 1U << 18U; in cau3_pkha_clear_regabne()
2164 mode |= 1U << 16U; in cau3_pkha_clear_regabne()
2168 mode |= 1U << 17U; in cau3_pkha_clear_regabne()
2173 base->MDPK = mode; in cau3_pkha_clear_regabne()
Dfsl_tpm.h343 tpm_pwm_mode_t mode,
Dfsl_cau3_ble.c2343 cau3_mode_t mode; in cau3_pkha_clear_regabne() local
2346 mode = (uint32_t)kCAU3_AlgorithmPKHA | 1U; in cau3_pkha_clear_regabne()
2351 mode |= 1U << 19U; in cau3_pkha_clear_regabne()
2355 mode |= 1U << 18U; in cau3_pkha_clear_regabne()
2359 mode |= 1U << 16U; in cau3_pkha_clear_regabne()
2363 mode |= 1U << 17U; in cau3_pkha_clear_regabne()
2368 base->MDPK = mode; in cau3_pkha_clear_regabne()
/hal_openisa-latest/vega_sdk_riscv/middleware/wireless/framework/XCVR/RV32M1/
Dfsl_xcvr.c1558 link_layer_t map_mode_to_ll(radio_mode_t mode) in map_mode_to_ll() argument
1561 switch (mode) in map_mode_to_ll()