[][src]Type Definition stm32f3::stm32f373::tsc::IOASCR

type IOASCR = Reg<u32, _IOASCR>;

I/O analog switch control register

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

For information about available fields see ioascr module

Trait Implementations

impl Readable for IOASCR[src]

read() method returns ioascr::R reader structure

impl ResetValue for IOASCR[src]

Register IOASCR reset()'s with value 0

type Type = u32

Register size

impl Writable for IOASCR[src]

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