[][src]Type Definition efm32pg1b_pac::gpio::INSENSE

type INSENSE = Reg<u32, _INSENSE>;

Input Sense Register

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

For information about available fields see insense module

Trait Implementations

impl Readable for INSENSE[src]

read() method returns insense::R reader structure

impl ResetValue for INSENSE[src]

Register INSENSE reset()'s with value 0x03

type Type = u32

Register size

impl Writable for INSENSE[src]

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