ChibiOS 21.11.4

SNOR driver configuration. More...

#include <hal_xsnor_base.h>

Collaboration diagram for xsnor_config:
Collaboration graph

Data Fields

int bus_type
 Bus type selection switch.
union xsnor_bus_configs bus
 WSPI driver configuration.
xsnor_buffers_tbuffers
 Pointer to the non-cacheable buffers.
int options
 Device-dependent options, used by subclasses only.

Detailed Description

SNOR driver configuration.

Definition at line 261 of file hal_xsnor_base.h.

Field Documentation

◆ bus_type

◆ bus

◆ buffers

xsnor_buffers_t* xsnor_config::buffers

◆ options

int xsnor_config::options

Device-dependent options, used by subclasses only.

Definition at line 277 of file hal_xsnor_base.h.

Referenced by __n25q_init_impl().