![]() |
MKMxxZxxACxx5 Bare Metal Software Drivers
R4.1.6
Reference Manual
|
This section describes functions and macros of the driver's API.
Macros | |
| #define | AIPS_SetSlotAttr(mask, attr, lock) |
| Configures and locks access to peripheral(s) attributes. More... | |
| #define | AIPS_LockAllSlots() |
| Lock access to all peripheral slot's attributes. More... | |
| #define AIPS_SetSlotAttr | ( | mask, | |
| attr, | |||
| lock | |||
| ) |
This macro configures access attributes for selected peripheral(s) and controls access into configuration attributes.
| mask | Select one or more OR'ed AIPS Peripheral Slots. |
| attr | Select one of the AIPS Peripheral Access Attributes (will be applied to selected peripherals). |
| lock | TRUE (configuration locked until next power on reset), FALSE (configuration left opened for further changes). |
| #define AIPS_LockAllSlots | ( | ) |
This macro locks access to Lock access to all peripheral slot's attributes. Once locked, any attempts to change peripheral access attributes are ignored until the next system reset.