[][src]Type Definition stm32f3::stm32f3x8::nvic_stir::STIR

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