This is the final version of Mini Gateway for Automation and Security desgined for Renesas GR Peach Design Contest

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

_ARM_STORAGE_STATUS Struct Reference

_ARM_STORAGE_STATUS Struct Reference
[Hal]

Operating status of the storage controller. More...

#include <Driver_Storage.h>

Data Fields

uint32_t busy: 1
 Controller busy flag.
uint32_t error: 1
 Read/Program/Erase error flag (cleared on start of next operation)

Detailed Description

Operating status of the storage controller.

Definition at line 181 of file Driver_Storage.h.


Field Documentation

uint32_t busy

Controller busy flag.

Definition at line 182 of file Driver_Storage.h.

uint32_t error

Read/Program/Erase error flag (cleared on start of next operation)

Definition at line 183 of file Driver_Storage.h.