[][src]Type Definition stm32wb_pac::pwr::PUCRH

type PUCRH = Reg<u32, _PUCRH>;

Power Port H pull-up control register

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

For information about available fields see pucrh module

Trait Implementations

impl Readable for PUCRH[src]

read() method returns pucrh::R reader structure

impl ResetValue for PUCRH[src]

Register PUCRH reset()'s with value 0

type Type = u32

Register size

impl Writable for PUCRH[src]

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