[][src]Type Definition stm32wb_pac::quadspi::PIR

type PIR = Reg<u32, _PIR>;

polling interval register

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

For information about available fields see pir module

Trait Implementations

impl Readable for PIR[src]

read() method returns pir::R reader structure

impl ResetValue for PIR[src]

Register PIR reset()'s with value 0

type Type = u32

Register size

impl Writable for PIR[src]

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