Module addrconf

Source
Expand description

Extended address configuration.

Structs§

ADDRCONF_SPEC
Extended address configuration.
R
Register ADDRCONF reader
W
Register ADDRCONF writer

Enums§

MODE_A
Extended addressing mode.
WIPWAIT_A
Wait for write complete before sending command.
WREN_A
Send WREN (write enable opcode 0x06) before instruction.

Type Aliases§

BYTE0_R
Field BYTE0 reader - Byte 0 following opcode.
BYTE0_W
Field BYTE0 writer - Byte 0 following opcode.
BYTE1_R
Field BYTE1 reader - Byte 1 following byte 0.
BYTE1_W
Field BYTE1 writer - Byte 1 following byte 0.
MODE_R
Field MODE reader - Extended addressing mode.
MODE_W
Field MODE writer - Extended addressing mode.
OPCODE_R
Field OPCODE reader - Opcode that enters the 32-bit addressing mode.
OPCODE_W
Field OPCODE writer - Opcode that enters the 32-bit addressing mode.
WIPWAIT_R
Field WIPWAIT reader - Wait for write complete before sending command.
WIPWAIT_W
Field WIPWAIT writer - Wait for write complete before sending command.
WREN_R
Field WREN reader - Send WREN (write enable opcode 0x06) before instruction.
WREN_W
Field WREN writer - Send WREN (write enable opcode 0x06) before instruction.