Skip to main content

read_register

Function read_register 

Source
pub const fn read_register(address: u16, len: usize) -> Query
Expand description

ReadRegister: reads consecutive registers.

§Arguments

  • address - the first register to read.
  • len - how many registers to read.

§Returns

The opcode, the address, and the NOP before the answer.