ChibiOS/HAL 9.0.0
|
Type of a SNOR configuration structure. More...
#include <hal_serial_nor.h>
Data Fields | |
BUSDriver * | busp |
const BUSConfig * | buscfg |
Type of a SNOR configuration structure.
Definition at line 113 of file hal_serial_nor.h.
BUSDriver* SNORConfig::busp |
Definition at line 114 of file hal_serial_nor.h.
Referenced by snor_program(), snor_query_erase(), snor_read(), snor_read_sfdp(), snor_start_erase_all(), snor_start_erase_sector(), snor_verify_erase(), snorMemoryMap(), snorMemoryUnmap(), snorStart(), and snorStop().
const BUSConfig* SNORConfig::buscfg |
Definition at line 115 of file hal_serial_nor.h.
Referenced by snor_program(), snor_query_erase(), snor_read(), snor_read_sfdp(), snor_start_erase_all(), snor_start_erase_sector(), snor_verify_erase(), snorMemoryMap(), snorMemoryUnmap(), snorStart(), and snorStop().