Home
last modified time | relevance | path

Searched refs:OS_IE_H_BLANK (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/demos/gx/UnitTours/Window/src/
Dmain.c80 OS_SetIrqCheckFlag(OS_IE_H_BLANK); in HBlankIntr()
118 OS_SetIrqFunction(OS_IE_H_BLANK, // Add function on H-Blank interrupt in TwlMain()
121 | OS_IE_H_BLANK); in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Split/src/
Dmain.c225 OS_SetIrqFunction(OS_IE_H_BLANK, HBlankIntr); in TwlMain()
226 (void)OS_EnableIrqMask(OS_IE_H_BLANK); in TwlMain()
288 OS_SetIrqCheckFlag(OS_IE_H_BLANK); // checking HBlank interrupt in HBlankIntr()
/TwlSDK-5.1.0/include/nitro/os/common/
Dinterrupt.h50 #define OS_IE_H_BLANK (1UL << REG_OS_IE_HB_SHIFT) // 1 HBlank macro
/TwlSDK-5.1.0/include/twl/os/common/
Dinterrupt.h48 #define OS_IE_H_BLANK (1UL << REG_OS_IE_HB_SHIFT) // 1 HBlank macro