HWA
Bare metal programming with style
Class _hsia: HSI oscillator

Relatives

Interface

hw|hwa( power, hsi, on
| off );
// Wait for the HSI clock to be stable.
//
hw_stat_t(hsi) st = hw(stat,hsi) ;
while ( ! st.ready ) {}
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
hw_stat_t
#define hw_stat_t(object)
Declares the appropriate structure that holds the status of an object.
Definition: hwa_macros.h:711