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

type BSTATUS = Reg<u32, _BSTATUS>;

BLE Core status

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

For information about available fields see bstatus module

Trait Implementations

impl Readable for BSTATUS[src]

read() method returns bstatus::R reader structure

impl ResetValue for BSTATUS[src]

Register BSTATUS reset()'s with value 0

type Type = u32

Register size

impl Writable for BSTATUS[src]

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