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

type ABR = Reg<u32, _ABR>;

ABR

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

For information about available fields see abr module

Trait Implementations

impl Readable for ABR[src]

read() method returns abr::R reader structure

impl ResetValue for ABR[src]

Register ABR reset()'s with value 0

type Type = u32

Register size

impl Writable for ABR[src]

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