Function tmc2209::read_request[][src]

pub fn read_request<R>(slave_addr: u8) -> ReadRequest where
    R: ReadableRegister
Expand description

Construct a new read access datagram for register R of the slave at the given address.

Shorthand for ReadRequest::new.