1 2 3 4 5 6
#ifndef __PINCTRL_H__ #define __PINCTRL_H__ void pinctrl_configure_pin(uint32_t pin); #endif/*__PINCTRL_H__*/