Events generated by File System - NAND Flash Device Interface functions. More...
Functions | |
__STATIC_INLINE void | EvrFsNAND_Init (uint32_t instance) |
Event on NAND media layer initialization (Op) | |
__STATIC_INLINE void | EvrFsNAND_Uninit (uint32_t instance) |
Event on NAND media layer uninitialization (Op) | |
__STATIC_INLINE void | EvrFsNAND_StatusRead (uint32_t instance, uint32_t status) |
Event on NAND device status retrieval (Detail) | |
__STATIC_INLINE void | EvrFsNAND_BlockErase (uint32_t instance, uint32_t row) |
Event on NAND erase block operation (Op) | |
__STATIC_INLINE void | EvrFsNAND_PageWrite (uint32_t instance, uint32_t row, uint32_t col, uint32_t len) |
Event on NAND page write operation (Op) | |
__STATIC_INLINE void | EvrFsNAND_PageRead (uint32_t instance, uint32_t row, uint32_t col, uint32_t len) |
Event on NAND page read operation (Op) | |
__STATIC_INLINE void | EvrFsNAND_ParamPageRead (uint32_t instance, uint32_t col, uint32_t len) |
Event on NAND parameter page read operation (Op) | |
__STATIC_INLINE void | EvrFsNAND_IdRead (uint32_t instance, uint32_t addr, uint32_t len) |
Event on NAND device ID read operation (Op) | |
__STATIC_INLINE void | EvrFsNAND_DeviceReset (uint32_t instance) |
Event on NAND device reset operation (Op) | |
Events generated by File System - NAND Flash Device Interface functions.
FileSystem - NAND Flash Device Interface
__STATIC_INLINE void EvrFsNAND_BlockErase | ( | uint32_t | instance, |
uint32_t | row | ||
) |
Event on NAND erase block operation (Op)
[in] | instance | NAND media layer instance |
[in] | row | block (row) address |
The event EraseBlock is generated on attempt to erase NAND device memory block.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrFsNAND_DeviceReset | ( | uint32_t | instance | ) |
Event on NAND device reset operation (Op)
[in] | instance | NAND media layer instance |
The event DeviceReset is generated on attempt to reset NAND device.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrFsNAND_IdRead | ( | uint32_t | instance, |
uint32_t | addr, | ||
uint32_t | len | ||
) |
Event on NAND device ID read operation (Op)
[in] | instance | NAND media layer instance |
[in] | addr | ID address |
[in] | len | number of bytes |
The event DeviceReset is generated on attempt to read NAND device ID from the specified address.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrFsNAND_Init | ( | uint32_t | instance | ) |
Event on NAND media layer initialization (Op)
[in] | instance | NAND media layer instance |
The event Init is generated on attempt to initialize the NAND media driver.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrFsNAND_PageRead | ( | uint32_t | instance, |
uint32_t | row, | ||
uint32_t | col, | ||
uint32_t | len | ||
) |
Event on NAND page read operation (Op)
[in] | instance | NAND media layer instance |
[in] | row | page (row) address |
[in] | col | byte (column) address |
[in] | len | number of bytes |
The event PageRead is generated on attempt to read NAND device memory page.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrFsNAND_PageWrite | ( | uint32_t | instance, |
uint32_t | row, | ||
uint32_t | col, | ||
uint32_t | len | ||
) |
Event on NAND page write operation (Op)
[in] | instance | NAND media layer instance |
[in] | row | page (row) address |
[in] | col | byte (column) address |
[in] | len | number of bytes |
The event PageWrite is generated on attempt to write NAND device memory page.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrFsNAND_ParamPageRead | ( | uint32_t | instance, |
uint32_t | col, | ||
uint32_t | len | ||
) |
Event on NAND parameter page read operation (Op)
[in] | instance | NAND media layer instance |
[in] | col | byte (column) address |
[in] | len | number of bytes |
The event DeviceReset is generated on attempt to read NAND device parameter page.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrFsNAND_StatusRead | ( | uint32_t | instance, |
uint32_t | status | ||
) |
Event on NAND device status retrieval (Detail)
[in] | instance | NAND media layer instance |
[in] | status | device status |
The event ReadStatus is generated when NAND device status byte is retrieved.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrFsNAND_Uninit | ( | uint32_t | instance | ) |
Event on NAND media layer uninitialization (Op)
[in] | instance | NAND media layer instance |
The event Uninit is generated on attempt to de-initialize the NAND media driver.
Value of the Event Recorder shows: