HomeSort by relevance Sort by last modified time
    Searched refs:mpuAllowRomWrite (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
mpu.h 34 void mpuAllowRomWrite(bool allowSvcWrite); /* for Supervisor only, if possible */
  /device/google/contexthub/firmware/os/platform/stm32/
mpu.c 146 void mpuAllowRomWrite(bool allowSvcWrite)
  /device/google/contexthub/firmware/os/core/
seos.c 482 mpuAllowRomWrite(true);
484 mpuAllowRomWrite(false);
549 mpuAllowRomWrite(true);
551 mpuAllowRomWrite(false);
562 mpuAllowRomWrite(true);
564 mpuAllowRomWrite(false);
    [all...]

Completed in 97 milliseconds