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

type BITBANG_EN = Reg<u8, _BITBANG_EN>;

Write a 1 here to disable memory-mapped mode and enable bitbang mode.

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

For information about avaliable fields see bitbang_en module

Trait Implementations

impl Readable for BITBANG_EN[src]

read() method returns bitbang_en::R reader structure

impl ResetValue for BITBANG_EN[src]

Register BITBANG_EN reset()'s with value 0

type Type = u8

Register size

impl Writable for BITBANG_EN[src]

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