Home
last modified time | relevance | path

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

/Zephyr-latest/boards/nxp/frdm_mcxa156/
Dboard.c22 spc_sram_voltage_config_t sramOption; in frdm_mcxa156_init() local
37 sramOption.operateVoltage = kSPC_sramOperateAt1P1V; in frdm_mcxa156_init()
38 sramOption.requestVoltageUpdate = true; in frdm_mcxa156_init()
39 (void)SPC_SetSRAMOperateVoltage(SPC0, &sramOption); in frdm_mcxa156_init()
54 sramOption.operateVoltage = kSPC_sramOperateAt1P1V; in frdm_mcxa156_init()
55 sramOption.requestVoltageUpdate = true; in frdm_mcxa156_init()
56 (void)SPC_SetSRAMOperateVoltage(SPC0, &sramOption); in frdm_mcxa156_init()