| /utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/ |
| H A D | drvGPIO_private.h | 144 MS_GPIO_NUM gpio_num; 149 MS_GPIO_NUM gpio_num; 154 MS_GPIO_NUM gpio_num; 160 MS_GPIO_NUM gpio_num; 166 MS_GPIO_NUM gpio_num; 171 MS_GPIO_NUM gpio_num; 178 MS_GPIO_NUM gpio_num; 183 MS_GPIO_NUM gpio_num; 188 MS_GPIO_NUM gpio_num; 208 typedef void (*IOCTL_GPIO_SET_H)(MS_GPIO_NUM); [all …]
|
| H A D | drvGPIO.c | 368 void mdrv_gpio_set_high_U2K(MS_GPIO_NUM gpio) in mdrv_gpio_set_high_U2K() 402 void mdrv_gpio_set_high(MS_GPIO_NUM gpio) in mdrv_gpio_set_high() 417 void mdrv_gpio_set_low_U2K(MS_GPIO_NUM gpio) in mdrv_gpio_set_low_U2K() 450 void mdrv_gpio_set_low(MS_GPIO_NUM gpio) in mdrv_gpio_set_low() 465 void mdrv_gpio_set_input_U2K(MS_GPIO_NUM gpio) in mdrv_gpio_set_input_U2K() 499 void mdrv_gpio_set_input(MS_GPIO_NUM gpio) in mdrv_gpio_set_input() 515 void mdrv_gpio_set_output(MS_GPIO_NUM gpio) 524 int mdrv_gpio_get_inout_U2K(MS_GPIO_NUM gpio) in mdrv_gpio_get_inout_U2K() 566 int mdrv_gpio_get_inout(MS_GPIO_NUM gpio) in mdrv_gpio_get_inout() 587 int mdrv_gpio_get_level_U2K(MS_GPIO_NUM gpio) in mdrv_gpio_get_level_U2K() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/mainz/gpio/ |
| H A D | halGPIO.h | 101 void (*set_high) (MS_GPIO_NUM gpio); //< output high 102 void (*set_low) (MS_GPIO_NUM gpio); //< output low 103 void (*set_input) (MS_GPIO_NUM gpio); //< set to input 104 void (*set_output) (MS_GPIO_NUM gpio); //< set to output 105 int (*get_inout) (MS_GPIO_NUM gpio); //< get in or out 106 int (*get_level) (MS_GPIO_NUM gpio); //< get level 120 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 121 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 122 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 123 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/mooney/gpio/ |
| H A D | halGPIO.h | 101 void (*set_high) (MS_GPIO_NUM gpio); //< output high 102 void (*set_low) (MS_GPIO_NUM gpio); //< output low 103 void (*set_input) (MS_GPIO_NUM gpio); //< set to input 104 void (*set_output) (MS_GPIO_NUM gpio); //< set to output 105 int (*get_inout) (MS_GPIO_NUM gpio); //< get in or out 106 int (*get_level) (MS_GPIO_NUM gpio); //< get level 120 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 121 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 122 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 123 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/maxim/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| H A D | halGPIO.c | 1204 const MS_GPIO_NUM gpio_IntPad[INT_COUNT]= 1335 static void _HAL_Gpio_Set_High(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1336 static void _HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1337 static void _HAL_Gpio_Set_Input(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1338 static int _HAL_Gpio_Get_InOut(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1339 static int _HAL_Gpio_Get_Level(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1352 static void __HAL_Gpio_Set_Level(MS_GPIO_NUM gpio, char* value) in __HAL_Gpio_Set_Level() 1372 static void __HAL_Gpio_Set_InOut(MS_GPIO_NUM gpio, char* value) in __HAL_Gpio_Set_InOut() 1390 static void _HAL_Gpio_Set_High(MS_GPIO_NUM gpio) in _HAL_Gpio_Set_High() 1397 static void _HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) in _HAL_Gpio_Set_Low() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/macan/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/k6/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/M7621/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| H A D | halGPIO.c | 1206 const MS_GPIO_NUM gpio_IntPad[INT_COUNT]= 1345 static void _HAL_Gpio_Set_High(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1346 static void _HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1347 static void _HAL_Gpio_Set_Input(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1348 static int _HAL_Gpio_Get_InOut(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1349 static int _HAL_Gpio_Get_Level(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1362 static void __HAL_Gpio_Set_Level(MS_GPIO_NUM gpio, char* value) in __HAL_Gpio_Set_Level() 1382 static void __HAL_Gpio_Set_InOut(MS_GPIO_NUM gpio, char* value) in __HAL_Gpio_Set_InOut() 1400 static void _HAL_Gpio_Set_High(MS_GPIO_NUM gpio) in _HAL_Gpio_Set_High() 1407 static void _HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) in _HAL_Gpio_Set_Low() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/maldives/gpio/ |
| H A D | halGPIO.h | 101 void (*set_high) (MS_GPIO_NUM gpio); //< output high 102 void (*set_low) (MS_GPIO_NUM gpio); //< output low 103 void (*set_input) (MS_GPIO_NUM gpio); //< set to input 104 void (*set_output) (MS_GPIO_NUM gpio); //< set to output 105 int (*get_inout) (MS_GPIO_NUM gpio); //< get in or out 106 int (*get_level) (MS_GPIO_NUM gpio); //< get level 120 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 121 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 122 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 123 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/kano/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/messi/gpio/ |
| H A D | halGPIO.h | 101 void (*set_high) (MS_GPIO_NUM gpio); //< output high 102 void (*set_low) (MS_GPIO_NUM gpio); //< output low 103 void (*set_input) (MS_GPIO_NUM gpio); //< set to input 104 void (*set_output) (MS_GPIO_NUM gpio); //< set to output 105 int (*get_inout) (MS_GPIO_NUM gpio); //< get in or out 106 int (*get_level) (MS_GPIO_NUM gpio); //< get level 120 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 121 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 122 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 123 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/M7821/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| H A D | halGPIO.c | 1261 const MS_GPIO_NUM gpio_IntPad[INT_COUNT]= 1402 static void _HAL_Gpio_Set_High(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1403 static void _HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1404 static void _HAL_Gpio_Set_Input(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1405 static int _HAL_Gpio_Get_InOut(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1406 static int _HAL_Gpio_Get_Level(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1419 static void __HAL_Gpio_Set_Level(MS_GPIO_NUM gpio, char* value) in __HAL_Gpio_Set_Level() 1439 static void __HAL_Gpio_Set_InOut(MS_GPIO_NUM gpio, char* value) in __HAL_Gpio_Set_InOut() 1457 static void _HAL_Gpio_Set_High(MS_GPIO_NUM gpio) in _HAL_Gpio_Set_High() 1464 static void _HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) in _HAL_Gpio_Set_Low() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/k6lite/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/maserati/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| H A D | halGPIO.c | 1258 const MS_GPIO_NUM gpio_IntPad[INT_COUNT]= 1391 static void _HAL_Gpio_Set_High(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1392 static void _HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1393 static void _HAL_Gpio_Set_Input(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1394 static int _HAL_Gpio_Get_InOut(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1395 static int _HAL_Gpio_Get_Level(MS_GPIO_NUM gpio) FUNCTION_UNUSED; 1408 static void __HAL_Gpio_Set_Level(MS_GPIO_NUM gpio, char* value) in __HAL_Gpio_Set_Level() 1428 static void __HAL_Gpio_Set_InOut(MS_GPIO_NUM gpio, char* value) in __HAL_Gpio_Set_InOut() 1446 static void _HAL_Gpio_Set_High(MS_GPIO_NUM gpio) in _HAL_Gpio_Set_High() 1453 static void _HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) in _HAL_Gpio_Set_Low() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/manhattan/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/curry/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| H A D | halGPIO.c | 621 static void HAL_Gpio_Set_High(MS_GPIO_NUM gpio) in HAL_Gpio_Set_High() 635 static void HAL_Gpio_Set_Low(MS_GPIO_NUM gpio) in HAL_Gpio_Set_Low() 649 static void HAL_Gpio_Set_Input(MS_GPIO_NUM gpio) in HAL_Gpio_Set_Input() 662 static int HAL_Gpio_Get_InOut(MS_GPIO_NUM gpio) in HAL_Gpio_Get_InOut() 681 static int HAL_Gpio_Get_Level(MS_GPIO_NUM gpio) in HAL_Gpio_Get_Level() 729 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… in HAL_GPIO_Attach_Interrupt() 737 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num) in HAL_GPIO_Datach_Interrupt() 743 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio) in HAL_GPIO_Enable_Interrupt() 749 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio) in HAL_GPIO_Disable_Interrupt()
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/k7u/gpio/ |
| H A D | halGPIO.h | 120 void (*set_high) (MS_GPIO_NUM gpio); ///< output high 121 void (*set_low) (MS_GPIO_NUM gpio); ///< output low 122 void (*set_input)(MS_GPIO_NUM gpio); ///< set to input 123 void (*set_output)(MS_GPIO_NUM gpio); ///< set to output 124 int (*get_inout)(MS_GPIO_NUM gpio); ///< get in or out 125 int (*get_level)(MS_GPIO_NUM gpio); ///< get level 139 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 140 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 141 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 142 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/mustang/gpio/ |
| H A D | halGPIO.h | 101 void (*set_high) (MS_GPIO_NUM gpio); //< output high 102 void (*set_low) (MS_GPIO_NUM gpio); //< output low 103 void (*set_input) (MS_GPIO_NUM gpio); //< set to input 104 void (*set_output) (MS_GPIO_NUM gpio); //< set to output 105 int (*get_inout) (MS_GPIO_NUM gpio); //< get in or out 106 int (*get_level) (MS_GPIO_NUM gpio); //< get level 120 GPIO_Result HAL_GPIO_Attach_Interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback p… 121 GPIO_Result HAL_GPIO_Datach_Interrupt(MS_GPIO_NUM gpio_num); 122 GPIO_Result HAL_GPIO_Enable_Interrupt(MS_GPIO_NUM gpio); 123 GPIO_Result HAL_GPIO_Disable_Interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvGPIO.h | 189 typedef int MS_GPIO_NUM; ///< GPIO handle, for default operations, typedef 262 void mdrv_gpio_set_high(MS_GPIO_NUM gpio); 271 void mdrv_gpio_set_low(MS_GPIO_NUM gpio); 280 void mdrv_gpio_set_input(MS_GPIO_NUM gpio); 298 int mdrv_gpio_get_inout(MS_GPIO_NUM gpio); 307 int mdrv_gpio_get_level(MS_GPIO_NUM gpio); 326 GPIO_Result mdrv_gpio_attach_interrupt(MS_GPIO_NUM gpio_num,GPIO_Edge gpio_edge_type,GPIO_Callback … 335 GPIO_Result mdrv_gpio_detach_interrupt(MS_GPIO_NUM gpio_num); 371 GPIO_Result mdrv_gpio_enable_interrupt(MS_GPIO_NUM gpio); 380 GPIO_Result mdrv_gpio_disable_interrupt(MS_GPIO_NUM gpio);
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvGPIO.h | 189 typedef int MS_GPIO_NUM; ///< GPIO handle, for default operations, typedef 254 void mdrv_gpio_set_high(MS_GPIO_NUM gpio); 263 void mdrv_gpio_set_low(MS_GPIO_NUM gpio); 272 void mdrv_gpio_set_input(MS_GPIO_NUM gpio); 290 int mdrv_gpio_get_inout(MS_GPIO_NUM gpio); 299 int mdrv_gpio_get_level(MS_GPIO_NUM gpio);
|