Pre-defined macros to print out the subsystems configurations. More...
Go to the source code of this file.
Macros | |
#define | REG(_R_) /* RIGHT(" " & #_R_, 17) & ": " & HEX(.##_R_, SIZEOF(.##_R_) * 2) */ |
Output the context of a single register. | |
#define | DEV(_N_) |
Output the start of a set. More... | |
#define | BALL_OUT(OUT_TYPE) |
Output the CPU ball configuration. More... | |
#define | GPIO_OUT(OUT_TYPE) |
Output the configuration of all GPIO subsystems. | |
#define | PWMSS_OUT(OUT_TYPE) |
Output the configuration of all PWMSS subsystems. | |
#define | ADC_OUT(OUT_TYPE) |
Output the configuration of the ADC subsystem. | |
Pre-defined macros to print out the subsystems configurations.
This file contains macros to print out the configuration of the subsystems handled by libpruio. The destructors runs the pruio__init.p code, which collects the register context of each subsystem. These convenience macros can print out all that register context.
Definition in file pruio_out.bi.
#define BALL_OUT | ( | OUT_TYPE | ) |
Output the CPU ball configuration.
Definition at line 20 of file pruio_out.bi.
#define DEV | ( | _N_ | ) |
Output the start of a set.
Definition at line 14 of file pruio_out.bi.