46 SIM->SCGC5 |= SIM_SCGC5_PORTA_MASK;
47 }
else if(port ==
PORTB) {
48 SIM->SCGC5 |= SIM_SCGC5_PORTB_MASK;
49 }
else if(port ==
PORTC) {
50 SIM->SCGC5 |= SIM_SCGC5_PORTC_MASK;
51 }
else if(port ==
PORTD) {
52 SIM->SCGC5 |= SIM_SCGC5_PORTD_MASK;
53 }
else if(port ==
PORTE) {
54 SIM->SCGC5 |= SIM_SCGC5_PORTE_MASK;
#define PORTE
Peripheral PORTE base pointer.
#define PORTB
Peripheral PORTB base pointer.
#define SIM
Peripheral SIM base pointer.
#define DEBUGGER_BREAK(sig)
Make the CPU signal to the debugger and break execution by issuing a bkpt instruction.
Pin mux handling functions for Kinetis platforms.
#define PORTC
Peripheral PORTC base pointer.
#define PORTA
Peripheral PORTA base pointer.
#define PORTD
Peripheral PORTD base pointer.
PORT - Register Layout Typedef.