xilflash
Vitis Drivers API Documentation
XFlashTiming Struct Reference

Flash timing. More...

Data Fields

u16 WriteSingle_Us
 Time to program a single word unit Units are in microseconds. More...
 
u16 WriteBuffer_Us
 Time to program the contents of the write buffer. More...
 
u16 EraseBlock_Ms
 Time to erase a single block Units are in milliseconds. More...
 
u16 EraseChip_Ms
 Time to perform a chip erase Units are in milliseconds. More...
 

Detailed Description

Flash timing.

Field Documentation

u16 XFlashTiming::EraseBlock_Ms

Time to erase a single block Units are in milliseconds.

u16 XFlashTiming::EraseChip_Ms

Time to perform a chip erase Units are in milliseconds.

u16 XFlashTiming::WriteBuffer_Us

Time to program the contents of the write buffer.

Units are in microseconds If the part does not support write buffers, then this value should be zero

u16 XFlashTiming::WriteSingle_Us

Time to program a single word unit Units are in microseconds.