Module nrf52840_pac::qspi::cinstrconf
source · Expand description
Custom instruction configuration register.
Structs§
- Custom instruction configuration register.
- Register
CINSTRCONF
reader - Register
CINSTRCONF
writer
Enums§
- Length of custom instruction in number of bytes.
- Enable long frame mode. When enabled, a custom instruction transaction has to be ended by writing the LFSTOP field.
- Stop (finalize) long frame transaction
- Wait for write complete before sending command.
- Send WREN (write enable opcode 0x06) before instruction.
Type Aliases§
- Field
LENGTH
reader - Length of custom instruction in number of bytes. - Field
LENGTH
writer - Length of custom instruction in number of bytes. - Field
LFEN
reader - Enable long frame mode. When enabled, a custom instruction transaction has to be ended by writing the LFSTOP field. - Field
LFEN
writer - Enable long frame mode. When enabled, a custom instruction transaction has to be ended by writing the LFSTOP field. - Field
LFSTOP
reader - Stop (finalize) long frame transaction - Field
LFSTOP
writer - Stop (finalize) long frame transaction - Field
LIO2
reader - Level of the IO2 pin (if connected) during transmission of custom instruction. - Field
LIO2
writer - Level of the IO2 pin (if connected) during transmission of custom instruction. - Field
LIO3
reader - Level of the IO3 pin (if connected) during transmission of custom instruction. - Field
LIO3
writer - Level of the IO3 pin (if connected) during transmission of custom instruction. - Field
OPCODE
reader - Opcode of Custom instruction. - Field
OPCODE
writer - Opcode of Custom instruction. - Field
WIPWAIT
reader - Wait for write complete before sending command. - Field
WIPWAIT
writer - Wait for write complete before sending command. - Field
WREN
reader - Send WREN (write enable opcode 0x06) before instruction. - Field
WREN
writer - Send WREN (write enable opcode 0x06) before instruction.