[][src]Type Definition imxrt1062_lpspi1::TCR

type TCR = Reg<u32, _TCR>;

Transmit Command Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see tcr module

Trait Implementations

impl Readable for TCR[src]

read() method returns tcr::R reader structure

impl ResetValue for TCR[src]

Register TCR reset()'s with value 0x1f

type Type = u32

Register size

impl Writable for TCR[src]

write(|w| ..) method takes tcr::W writer structure