![]() |
M480 BSP V3.05.005
The Board Support Package for M480 Series
|
M480 Series CCAP Driver Source File. More...
#include "NuMicro.h"
Go to the source code of this file.
Functions | |
void | CCAP_Open (uint32_t u32InFormat, uint32_t u32OutFormet) |
Open engine clock and sensor clock. More... | |
void | CCAP_SetCroppingWindow (uint32_t u32VStart, uint32_t u32HStart, uint32_t u32Height, uint32_t u32Width) |
Set Cropping Window Starting Address and Size. More... | |
void | CCAP_SetPacketBuf (uint32_t u32Address) |
Set System Memory Packet Base Address0 Register. More... | |
void | CCAP_Close (void) |
Close Camera Capture Interface. More... | |
void | CCAP_EnableInt (uint32_t u32IntMask) |
Set CCAP Interrupt. More... | |
void | CCAP_DisableInt (uint32_t u32IntMask) |
Disable CCAP Interrupt. More... | |
void | CCAP_EnableMono (uint32_t u32Interface) |
Enable Monochrome CMOS Sensor. More... | |
void | CCAP_DisableMono (void) |
Disable Monochrome CMOS Sensor. More... | |
void | CCAP_EnableLumaYOne (uint32_t u32th) |
Enable Luminance 8-bit Y to 1-bit Y Conversion. More... | |
void | CCAP_DisableLumaYOne (void) |
Disable Luminance 8-bit Y to 1-bit Y Conversion. More... | |
void | CCAP_Start (void) |
Start Camera Capture Interface. More... | |
void | CCAP_Stop (uint32_t u32FrameComplete) |
Stop Camera Capture Interface. More... | |
void | CCAP_SetPacketScaling (uint32_t u32VNumerator, uint32_t u32VDenominator, uint32_t u32HNumerator, uint32_t u32HDenominator) |
Set Packet Scaling Vertical and Horizontal Factor Register. More... | |
void | CCAP_SetPacketStride (uint32_t u32Stride) |
Set Packet Frame Output Pixel Stride Width. More... | |
Variables | |
int32_t | g_CCAP_i32ErrCode = 0 |
M480 Series CCAP Driver Source File.
SPDX-License-Identifier: Apache-2.0
Definition in file ccap.c.