Choco OS  V.0.16.9.0
Join to the chocolate world
oc_gpio_mslld.h
1 
26 #ifndef SYSTEM_PORTABLE_INC_TI_LM4F_MSLLD_OC_GPIO_MSLLD_H_
27 #define SYSTEM_PORTABLE_INC_TI_LM4F_MSLLD_OC_GPIO_MSLLD_H_
28 
29 #include <oc_gpio_lld.h>
30 
36 #define _________________________________________INTERFACE_FUNCTIONS_SECTION_______________________________________________________________
37 
38 //==========================================================================================================================================
51 //==========================================================================================================================================
52 extern oC_ErrorCode_t oC_GPIO_MSLLD_SetAlternateNumber( oC_Pin_t Pin , oC_PinAlternateNumber_t Function );
53 
54 //==========================================================================================================================================
65 //==========================================================================================================================================
66 extern oC_ErrorCode_t oC_GPIO_MSLLD_ConnectPin( oC_Pin_t Pin , oC_PinAlternateNumber_t Function );
67 
68 
69 #undef _________________________________________INTERFACE_FUNCTIONS_SECTION_______________________________________________________________
70 
71 #define _________________________________________MACROS_SECTION_____________________________________________________________________________
72 
73 //==========================================================================================================================================
81 //==========================================================================================================================================
82 #define oC_GPIO_MSLLD_ConnectModulePin( ModulePin ) oC_GPIO_MSLLD_ConnectPin( oC_ModulePin_GetPin(ModulePin) , oC_ModulePin_GetAlternateNumber(ModulePin) )
83 //==========================================================================================================================================
91 //==========================================================================================================================================
92 #define oC_GPIO_MSLLD_DisconnectModulePin( ModulePin ) oC_GPIO_MSLLD_DisconnectPin( oC_ModulePin_GetPin(ModulePin) , oC_ModulePin_GetAlternateNumber(ModulePin) )
93 
94 #undef _________________________________________MACROS_SECTION_____________________________________________________________________________
95 
96 
97 #endif /* SYSTEM_PORTABLE_INC_TI_LM4F_MSLLD_OC_GPIO_MSLLD_H_ */
The file with LLD interface for the GPIO driver.