HWA
Bare metal programming with style
Class _gpb: 16-bit GPIO port
STMicroelectronics
»
STM32
»
STM32 Classes
Relatives
Registers
afrl
,
afrh
,
bsrr
,
idr
,
lckr
,
mode
,
odr
,
ospeed
,
otype
,
pupd
Access to GPIO
pins
:
(PORT,p)
,
(PORT,1,p)
: single pin at position
p
(PORT,n,p)
:
n
consecutive pins at position
p
Interface
Power control
hw
|
hwa
( power, PORT, on
| off );
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
Generated for HWA by
1.8.6