SCFG_IsCameraCKIClockEnable

Syntax

#include <twl/scfg.h>
static inline BOOL SCFG_IsCameraCKIClockEnable( void );
  

Arguments

None.

Return Values

Control flag for the CAM_CKI clock.
Enables CAM_CKI (16.67MHz output) if TRUE.
Disables CAM_CKI (output fixed Low) if FALSE.

Description

Gets the current CAM_CKI clock setting for the camera.

Note: Use this function when running on TWL hardware.

Because NITRO hardware does not include an SCFG block, this function is not expected to be called on NITRO hardware.

See Also

SCFG Overview
SCFG_SetCameraCKIClock

Revision History

2007/09/04 Initial version.


CONFIDENTIAL