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

type CQFLAGS = Reg<u32, _CQFLAGS>;

Command Queue Flag Register

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

For information about available fields see cqflags module

Trait Implementations

impl Readable for CQFLAGS[src]

read() method returns cqflags::R reader structure

impl ResetValue for CQFLAGS[src]

Register CQFLAGS reset()'s with value 0

type Type = u32

Register size

impl Writable for CQFLAGS[src]

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