Flash timing.
Declaration
typedef struct
{
u16 WriteSingle_Us;
u16 WriteBuffer_Us;
u16 EraseBlock_Ms;
u16 EraseChip_Ms;
} XFlashTiming;
| Member | Description |
|---|---|
| WriteSingle_Us | Time to program a single word unit Units are in microseconds. |
| 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 is zero. |
| EraseBlock_Ms | Time to erase a single block Units are in milliseconds. |
| EraseChip_Ms | Time to perform a chip erase Units are in milliseconds. |