Searched refs:SRAM_VOL (Results 1 – 1 of 1) sorted by relevance
85 #define SRAM_VOL (__IO unsigned*)(0x40001800 + 0x20) macro86 #define ConfigSRAMVoltage(vale) do{(*SRAM_VOL ) &= (~(uint32_t)(1 <<25));(*SRAM_VOL ) |= (uint32_t)…
Completed in 4 milliseconds