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

type PSMKR = Reg<u32, _PSMKR>;

polling status mask register

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

For information about available fields see psmkr module

Trait Implementations

impl Readable for PSMKR[src]

read() method returns psmkr::R reader structure

impl ResetValue for PSMKR[src]

Register PSMKR reset()'s with value 0

type Type = u32

Register size

impl Writable for PSMKR[src]

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