HWA
Bare metal programming with style
Class _nvica: Nested Vectored Interrupt Controller (NVIC)
STMicroelectronics
»
STM32
»
STM32 Classes
This class is used by:
STM32F103
:
nvic
STM32F411
:
nvic
Actions
enable/disable an ISR:
hw
|
hwa
( enable, (nvic,OBJECT) );
hw
|
hwa
( disable, (nvic,OBJECT) );
clear a pending interrupt:
hw
( clear, (nvic,OBJECT) );
hwa
#define hwa(...)
hwa( action, object [,...] ) stores an action for an object into a HWA context.
Definition:
hwa_macros.h:552
hw
#define hw(...)
hw( action, object [,...] ) executes an action immediately on an object.
Definition:
hwa_macros.h:523
Generated for HWA by
1.8.6