Home
last modified time | relevance | path

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

/bsp/ti/c28x/libraries/tms320f28379d/headers/source/
A DF2837xD_GlobalVariableDefs.c612 #pragma DATA_SECTION(FlashPumpSemaphoreRegs,"FlashPumpSemaphoreRegsFile");
614 volatile struct FLASH_PUMP_SEMAPHORE_REGS FlashPumpSemaphoreRegs; variable
622 #pragma DATA_SECTION(FlashPumpSemaphoreRegs,"FlashPumpSemaphoreRegsFile");
624 volatile struct FLASH_PUMP_SEMAPHORE_REGS FlashPumpSemaphoreRegs; variable
/bsp/ti/c28x/libraries/tms320f28379d/headers/include/
A DF2837xD_flash.h359 extern volatile struct FLASH_PUMP_SEMAPHORE_REGS FlashPumpSemaphoreRegs;
364 extern volatile struct FLASH_PUMP_SEMAPHORE_REGS FlashPumpSemaphoreRegs;
/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_SysCtrl.c445 while (FlashPumpSemaphoreRegs.PUMPREQUEST.bit.PUMP_OWNERSHIP != 0x2) in SeizeFlashPump()
447 FlashPumpSemaphoreRegs.PUMPREQUEST.all = IPC_PUMP_KEY | 0x2; in SeizeFlashPump()
450 while (FlashPumpSemaphoreRegs.PUMPREQUEST.bit.PUMP_OWNERSHIP != 0x1) in SeizeFlashPump()
452 FlashPumpSemaphoreRegs.PUMPREQUEST.all = IPC_PUMP_KEY | 0x1; in SeizeFlashPump()
465 FlashPumpSemaphoreRegs.PUMPREQUEST.all = IPC_PUMP_KEY | 0x0; in ReleaseFlashPump()

Completed in 10 milliseconds