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

type FIFOPUSH = Reg<u32, _FIFOPUSH>;

FIFO PUSH register

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

For information about available fields see fifopush module

Trait Implementations

impl Readable for FIFOPUSH[src]

read() method returns fifopush::R reader structure

impl ResetValue for FIFOPUSH[src]

Register FIFOPUSH reset()'s with value 0

type Type = u32

Register size

impl Writable for FIFOPUSH[src]

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