HWA
Bare metal programming with style
Class _nvica: Nested Vectored Interrupt Controller (NVIC)

This class is used by:

Actions

hw|hwa( enable, (nvic,OBJECT) );
hw|hwa( disable, (nvic,OBJECT) );
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