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

type LPTR = Reg<u32, _LPTR>;

low-power timeout register

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

For information about available fields see lptr module

Trait Implementations

impl Readable for LPTR[src]

read() method returns lptr::R reader structure

impl ResetValue for LPTR[src]

Register LPTR reset()'s with value 0

type Type = u32

Register size

impl Writable for LPTR[src]

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