CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
NAND Events

The NAND driver generates call back events that are notified via the function ARM_NAND_SignalEvent. More...

Macros

#define ARM_NAND_EVENT_DEVICE_READY   (1UL << 0)
 Device Ready: R/Bn rising edge.
 
#define ARM_NAND_EVENT_DRIVER_READY   (1UL << 1)
 Driver Ready.
 
#define ARM_NAND_EVENT_DRIVER_DONE   (1UL << 2)
 Driver operation done.
 

Description

The NAND driver generates call back events that are notified via the function ARM_NAND_SignalEvent.

This section provides the event values for the ARM_NAND_SignalEvent callback function.

The following call back notification events are generated:

Macro Definition Documentation

◆ ARM_NAND_EVENT_DEVICE_READY

#define ARM_NAND_EVENT_DEVICE_READY   (1UL << 0)

Device Ready: R/Bn rising edge.

◆ ARM_NAND_EVENT_DRIVER_READY

#define ARM_NAND_EVENT_DRIVER_READY   (1UL << 1)

Driver Ready.

◆ ARM_NAND_EVENT_DRIVER_DONE

#define ARM_NAND_EVENT_DRIVER_DONE   (1UL << 2)

Driver operation done.