[][src]Type Definition stm32f4::stm32f469::otg_hs_device::DEACHINT

type DEACHINT = Reg<u32, _DEACHINT>;

OTG_HS device each endpoint interrupt register

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

For information about available fields see deachint module

Trait Implementations

impl Readable for DEACHINT[src]

read() method returns deachint::R reader structure

impl ResetValue for DEACHINT[src]

Register DEACHINT reset()'s with value 0

type Type = u32

Register size

impl Writable for DEACHINT[src]

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