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

  /device/google/contexthub/firmware/os/inc/
mpu.h 33 void mpuAllowRamExecution(bool allowSvcExecute); /* for Supervisor only, if possible */
  /device/google/contexthub/firmware/os/platform/stm32/
mpu.c 141 void mpuAllowRamExecution(bool allowSvcExecute)
  /device/google/contexthub/firmware/os/core/
seos.c 481 mpuAllowRamExecution(true);
485 mpuAllowRamExecution(false);
548 mpuAllowRamExecution(true);
552 mpuAllowRamExecution(false);
561 mpuAllowRamExecution(true);
565 mpuAllowRamExecution(false);
    [all...]

Completed in 74 milliseconds