Type Definition stm32g0::stm32g070::tim16::TISEL[][src]

type TISEL = Reg<u32, _TISEL>;

input selection register

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

For information about available fields see tisel module

Trait Implementations

impl Readable for TISEL[src]

read() method returns tisel::R reader structure

impl ResetValue for TISEL[src]

Register TISEL reset()'s with value 0

type Type = u32

Register size

impl Writable for TISEL[src]

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