HWA
Bare metal programming with style
Class _ahba: AMBA High-performance Bus (AHB)

Relatives

Interface

The AHB is clocked from the SYSCLK through a prescaler.

hw|hwa( clock, ahb, sysclk [ / 2
| 4
| ...
| 512 ] );
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