HWA
Bare metal programming with style
Class _hsea: HSE oscillator

Relatives

Interface

hw|hwa( power, hse, on
| off );
// Wait for the HSE clock to be stable.
//
hw_stat_t(hse) st = hw(stat,hse) ;
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