![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Data Structures | |
| struct | LPC_SWM_T |
| LPC8XX Switch Matrix register block structure. More... | |
Functions | |
| STATIC INLINE void | Chip_SWM_Init (void) |
| Initialise the SWM module. | |
| STATIC INLINE void | Chip_SWM_Deinit (void) |
| Deinitialise the SWM module. | |
| void | Chip_SWM_MovablePinAssign (CHIP_SWM_PIN_MOVABLE_T movable, CHIP_PINx_T assign) |
| Assign movable pin function to physical pin in Switch Matrix. | |
| void | Chip_SWM_FixedPinEnable (CHIP_SWM_PIN_FIXED_T pin, bool enable) |
| Enables or Disable Fixed Function Pin in the Switch Matrix. | |
| bool | Chip_SWM_IsEnabled (CHIP_SWM_PIN_FIXED_T pin) |
| Tests whether a pin is enabled or disabled in the Switch Matrix. | |