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

type CQCURIDX = Reg<u32, _CQCURIDX>;

IOM Command Queue current index value. Compared to the CQENDIDX reg contents to generate the IDXEQ Pause event for command queue

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

For information about available fields see cqcuridx module

Trait Implementations

impl Readable for CQCURIDX[src]

read() method returns cqcuridx::R reader structure

impl ResetValue for CQCURIDX[src]

Register CQCURIDX reset()'s with value 0

type Type = u32

Register size

impl Writable for CQCURIDX[src]

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