Struct itron_solid_asp3::abi::T_CISR[][src]

#[repr(C)]
pub struct T_CISR { pub isratr: ATR, pub exinf: EXINF, pub intno: INTNO, pub isr: ISR, pub isrpri: PRI, }
Expand description

TOPPERS/ASP3 and SOLID/FMP3 T_CISR

Fields

isratr: ATR

割込みサービスルーチン属性

exinf: EXINF

割込みサービスルーチンの拡張情報

intno: INTNO

割込みサービスルーチンを登録する割込み番号

isr: ISR

割込みサービスルーチンの先頭番地

isrpri: PRI

割込みサービスルーチン優先度

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.