Searched refs:MPU_Config (Results 1 – 4 of 4) sorted by relevance
51 static void MPU_Config(void);74 MPU_Config(); in main()218 void MPU_Config(void) in MPU_Config() function
68 int MPU_Config(void) { in MPU_Config() function160 INIT_BOARD_EXPORT(MPU_Config);
152 如果你的MCU包含MPU外设且并不想使用`rt-thread`提供的`Memory Protection`,想使用`cubemx`配置的内容时,可以拷贝生成的`MPU_Config()`。同样`rt…
111 … instead prefer the configuration generated by `CubeMX`, you can copy `MPU_Config()`. Similarly, s…
Completed in 10 milliseconds