app_qspi_screen_command_t Struct Reference

#include <app_qspi.h>

Public Attributes

uint32_t instruction
 
uint32_t leading_address
 
uint32_t ongoing_address
 
uint32_t instruction_size
 
uint32_t address_size
 
uint32_t dummy_cycles
 
uint32_t data_size
 
uint32_t instruction_address_mode
 
uint32_t data_mode
 
bool is_one_take_cs
 

Detailed Description

Definition at line 308 of file app_qspi.h.

Member Data Documentation

◆ address_size

uint32_t app_qspi_screen_command_t::address_size

Specifies the Address Size. This parameter can be a value of QSPI Address Size.

Definition at line 322 of file app_qspi.h.

◆ data_mode

uint32_t app_qspi_screen_command_t::data_mode

Specifies the Data Mode (used for dummy cycles and data phases). This parameter can be a value of QSPI Data Mode.

Definition at line 334 of file app_qspi.h.

◆ data_size

uint32_t app_qspi_screen_command_t::data_size

Specifies the QSPI address width. This parameter can be a value of Data Width.

Definition at line 328 of file app_qspi.h.

◆ dummy_cycles

uint32_t app_qspi_screen_command_t::dummy_cycles

Specifies the Number of Dummy Cycles. This parameter can be a number between 0 and 31.

Definition at line 325 of file app_qspi.h.

◆ instruction

uint32_t app_qspi_screen_command_t::instruction

Specifies the Instruction to be sent. This parameter can be a value (8-bit) between 0x00 and 0xFF.

Definition at line 310 of file app_qspi.h.

◆ instruction_address_mode

uint32_t app_qspi_screen_command_t::instruction_address_mode

Specifies the Instruction and Address Mode. This parameter can be a value of QSPI Instruction and Address Mode.

Definition at line 331 of file app_qspi.h.

◆ instruction_size

uint32_t app_qspi_screen_command_t::instruction_size

Specifies the Instruction Size. This parameter can be a value of QSPI Instruction Size.

Definition at line 319 of file app_qspi.h.

◆ is_one_take_cs

bool app_qspi_screen_command_t::is_one_take_cs

Sent all data in one take CS or in multiple independent CS

Definition at line 337 of file app_qspi.h.

◆ leading_address

uint32_t app_qspi_screen_command_t::leading_address

Specifies the Address to be sent (Size from 1 to 4 bytes according AddressSize). This parameter can be a value (32-bits) between 0x0 and 0xFFFFFFFF.

Definition at line 313 of file app_qspi.h.

◆ ongoing_address

uint32_t app_qspi_screen_command_t::ongoing_address

Specifies the Address to be sent (Size from 1 to 4 bytes according AddressSize). This parameter can be a value (32-bits) between 0x0 and 0xFFFFFFFF.

Definition at line 316 of file app_qspi.h.


The documentation for this struct was generated from the following file: