7 #ifndef __MSP430WARE_PMAP_H__ 8 #define __MSP430WARE_PMAP_H__ 10 #include "inc/hw_memmap.h" 12 #ifdef __MSP430_HAS_PORT_MAPPING__ 25 #include "inc/hw_memmap.h" 52 #define PMAP_ENABLE_RECONFIGURATION PMAPRECFG 53 #define PMAP_DISABLE_RECONFIGURATION 0x00 86 #endif // __MSP430WARE_PMAP_H__ const uint8_t * portMapping
Is the pointer to init Data.
Definition: pmap.h:33
Used in the PMAP_initPorts() function as the param parameter.
Definition: pmap.h:31
void PMAP_initPorts(uint16_t baseAddress, PMAP_initPortsParam *param)
This function configures the MSP430 Port Mapper.
Definition: pmap.c:21
uint8_t numberOfPorts
Is the number of Ports to initialize.
Definition: pmap.h:37
uint8_t * PxMAPy
Is the pointer start of first PMAP to initialize.
Definition: pmap.h:35
uint8_t portMapReconfigure
Definition: pmap.h:42