ChibiOS/HAL 9.0.0
snor_nocache_buffer Struct Reference

#include <hal_serial_nor.h>

Collaboration diagram for snor_nocache_buffer:
Collaboration graph

Data Fields

uint8_t buf [SNOR_BUFFER_SIZE]
 Temporary generic buffer.
wspi_command_t cmd
 Temporary command buffer.

Detailed Description

Definition at line 144 of file hal_serial_nor.h.

Field Documentation

◆ buf

uint8_t snor_nocache_buffer::buf[SNOR_BUFFER_SIZE]

Temporary generic buffer.

Definition at line 148 of file hal_serial_nor.h.

◆ cmd

wspi_command_t snor_nocache_buffer::cmd

Temporary command buffer.

Definition at line 153 of file hal_serial_nor.h.