26 #ifndef SYSTEM_PORTABLE_INC_TI_LM4F_MSLLD_OC_GPIO_MSLLD_H_ 27 #define SYSTEM_PORTABLE_INC_TI_LM4F_MSLLD_OC_GPIO_MSLLD_H_ 36 #define _________________________________________INTERFACE_FUNCTIONS_SECTION_______________________________________________________________ 52 extern oC_ErrorCode_t oC_GPIO_MSLLD_SetAlternateNumber( oC_Pin_t Pin , oC_PinAlternateNumber_t Function );
66 extern oC_ErrorCode_t oC_GPIO_MSLLD_ConnectPin( oC_Pin_t Pin , oC_PinAlternateNumber_t Function );
69 #undef _________________________________________INTERFACE_FUNCTIONS_SECTION_______________________________________________________________ 71 #define _________________________________________MACROS_SECTION_____________________________________________________________________________ 82 #define oC_GPIO_MSLLD_ConnectModulePin( ModulePin ) oC_GPIO_MSLLD_ConnectPin( oC_ModulePin_GetPin(ModulePin) , oC_ModulePin_GetAlternateNumber(ModulePin) ) 92 #define oC_GPIO_MSLLD_DisconnectModulePin( ModulePin ) oC_GPIO_MSLLD_DisconnectPin( oC_ModulePin_GetPin(ModulePin) , oC_ModulePin_GetAlternateNumber(ModulePin) ) 94 #undef _________________________________________MACROS_SECTION_____________________________________________________________________________ The file with LLD interface for the GPIO driver.