[][src]Type Definition fomu_pac::lxspi::BITBANG

type BITBANG = Reg<u8, _BITBANG>;

Bitbang controls for SPI output. Only standard 1x SPI is supported, meaning the IO2 and IO3 lines will be hardwired to 1 during bitbang mode.

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

For information about avaliable fields see bitbang module

Trait Implementations

impl Readable for BITBANG[src]

read() method returns bitbang::R reader structure

impl ResetValue for BITBANG[src]

Register BITBANG reset()'s with value 0

type Type = u8

Register size

impl Writable for BITBANG[src]

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