NUC472_NUC442_BSP V3.03.004
The Board Support Package for NUC472/NUC442
Functions
ebi.c File Reference

NUC472/NUC442 EBI driver source file. More...

#include "NUC472_442.h"
#include "ebi.h"
Include dependency graph for ebi.c:

Go to the source code of this file.

Functions

void EBI_Open (uint32_t u32Bank, uint32_t u32DataWidth, uint32_t u32TimingClass, uint32_t u32BusMode, uint32_t u32CSActiveLevel)
 Initialize EBI for Bank 0~3. More...
 
void EBI_Close (uint32_t u32Bank)
 Disable EBI for bank 0~3. More...
 
void EBI_SetBusTiming (uint32_t u32Bank, uint32_t u32TimingConfig, uint32_t u32MclkDiv)
 Set EBI bus timings. More...
 
void EBI_EnableCrypto (uint32_t u32Bank, uint32_t *u32Key)
 Enable encrypt/decrypt function and set key for EBI bank 0~3. More...
 
void EBI_DisbleCrypto (uint32_t u32Bank)
 Disable encrypt/decrypt function for EBI bank 0~3. More...
 

Detailed Description

NUC472/NUC442 EBI driver source file.

Version
V0.10
Revision
8
Date
15/06/23 5:40p
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2014 Nuvoton Technology Corp. All rights reserved.

Definition in file ebi.c.