[][src]Function tmc2209::read_request

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

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

Shorthand for ReadRequest::new.