Home
last modified time | relevance | path

Searched refs:REG_CAM_CNT_IREQI_MASK (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.3.1/build/libraries/camera/ARM9.TWL/src/
Dcamera.c305 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_IREQI_MASK) in CAMERA_SetMasterInterruptCore()
306 : (value & ~REG_CAM_CNT_IREQI_MASK)); in CAMERA_SetMasterInterruptCore()
321 return ((reg_CAM_CNT & REG_CAM_CNT_IREQI_MASK) >> REG_CAM_CNT_IREQI_SHIFT); in CAMERA_GetMasterInterruptCore()
/TwlSDK-5.3.1/include/twl/hw/ARM9/
Dioreg_CAM.h134 #define REG_CAM_CNT_IREQI_MASK 0x0800 macro