Type Definition stm32f4::stm32f401::nvic_stir::STIR[][src]

type STIR = Reg<u32, _STIR>;

Software trigger interrupt register

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

For information about available fields see stir module

Trait Implementations

impl Readable for STIR[src]

read() method returns stir::R reader structure

impl ResetValue for STIR[src]

Register STIR reset()'s with value 0

type Type = u32

Register size

impl Writable for STIR[src]

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