Type Definition stm32f4::stm32f407::i2c1::TRISE[][src]

type TRISE = Reg<u32, _TRISE>;

TRISE register

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

For information about available fields see trise module

Trait Implementations

impl Readable for TRISE[src]

read() method returns trise::R reader structure

impl ResetValue for TRISE[src]

Register TRISE reset()'s with value 0x02

type Type = u32

Register size

impl Writable for TRISE[src]

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