MKMxxZxxACxx5 Bare Metal Software Drivers  R4.1.6
Reference Manual
AIPS API Specification

Overview

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...
 

Macro Definition Documentation

#define AIPS_SetSlotAttr (   mask,
  attr,
  lock 
)

This macro configures access attributes for selected peripheral(s) and controls access into configuration attributes.

Parameters
maskSelect one or more OR'ed AIPS Peripheral Slots.
attrSelect one of the AIPS Peripheral Access Attributes (will be applied to selected peripherals).
lockTRUE (configuration locked until next power on reset), FALSE (configuration left opened for further changes).
Note
Implemented as an inline macro.
#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.

Note
Implemented as an inline macro.