openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
pin_cfg.h
Go to the documentation of this file.
1#ifndef PIN_CFG_H_
2#define PIN_CFG_H_
3
4#include "port.h"
5
6void pin_init( void );
7
8#endif
void pin_init(void)
Sets I/O Control pin mux.
Definition lpc17_pincfg.c:37
Port layer (includes all portable functions headers)