Type Definition gd32f1::gd32f170::tsi::PHM[][src]

type PHM = Reg<u32, _PHM>;

Pin hysteresis mode register

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

For information about available fields see phm module

Trait Implementations

impl Readable for PHM[src]

read() method returns phm::R reader structure

impl ResetValue for PHM[src]

Register PHM reset()’s with value 0

type Type = u32

Register size

impl Writable for PHM[src]

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