SCFG_IsCameraAccessible

Syntax

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

Arguments

None.

Return Values

If TRUE, the camera interface block is accessible.
If FALSE, the camera interface block is not accessible.

Description

Determines if the camera interface block is configured to be accessible from the AHB.

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 invoked on NITRO hardware.

See Also

SCFG Overview
SCFG_SetCameraAccessible

Revision History

2007/10/03 Initial version.


CONFIDENTIAL