Type Definition stm32g0::stm32g030::rcc::IOPRSTR[][src]

type IOPRSTR = Reg<u32, _IOPRSTR>;

GPIO reset register

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

For information about available fields see ioprstr module

Trait Implementations

impl Readable for IOPRSTR[src]

read() method returns ioprstr::R reader structure

impl ResetValue for IOPRSTR[src]

Register IOPRSTR reset()'s with value 0

type Type = u32

Register size

impl Writable for IOPRSTR[src]

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