[][src]Type Definition ambiq_apollo3p_pac::bleif::MSPICFG

type MSPICFG = Reg<u32, _MSPICFG>;

SPI module master configuration

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

For information about available fields see mspicfg module

Trait Implementations

impl Readable for MSPICFG[src]

read() method returns mspicfg::R reader structure

impl ResetValue for MSPICFG[src]

Register MSPICFG reset()'s with value 0x4000_0000

type Type = u32

Register size

impl Writable for MSPICFG[src]

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