HWA
Bare metal programming with style
Class _apba: Advanced Peripheral Bus (APB)

Interface

APB buses are clocked from the AHB through a prescaler.

hw|hwa( clock, APB, sysclk [ / 2
| 4
| 8
| 16 ] );
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