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

type CQSTAT = Reg<u32, _CQSTAT>;

Command Queue Status Register

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

For information about available fields see cqstat module

Trait Implementations

impl Readable for CQSTAT[src]

read() method returns cqstat::R reader structure

impl ResetValue for CQSTAT[src]

Register CQSTAT reset()'s with value 0

type Type = u32

Register size

impl Writable for CQSTAT[src]

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