[][src]Type Definition stm32wb_pac::tsc::IOHCR

type IOHCR = Reg<u32, _IOHCR>;

I/O hysteresis control register

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

For information about available fields see iohcr module

Trait Implementations

impl Readable for IOHCR[src]

read() method returns iohcr::R reader structure

impl ResetValue for IOHCR[src]

Register IOHCR reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for IOHCR[src]

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