Home
last modified time | relevance | path

Searched refs:mxc_gpio_func_t (Results 1 – 17 of 17) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32660/
Dgpio.h96 } mxc_gpio_func_t; typedef
133 mxc_gpio_func_t func; ///< Function type
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78002/
Dgpio.h117 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; /**< Function type */
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78000/
Dgpio.h117 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; /**< Function type */
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32572/
Dgpio.h118 } mxc_gpio_func_t; typedef
155 mxc_gpio_func_t func; ///< Function type
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/
Dgpio.h117 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; ///< Function type
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32650/
Dgpio.h107 } mxc_gpio_func_t; typedef
144 mxc_gpio_func_t func; /**< Function type */
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32520/
Dgpio.h118 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; ///< Function type
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32675/
Dgpio.h117 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; ///< Function type
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32672/
Dgpio.h117 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; ///< Function type
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/
Dgpio.h118 } mxc_gpio_func_t; typedef
155 mxc_gpio_func_t func; /**< Function type */
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/
Dgpio.h117 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; /**< Function type */
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32665/
Dgpio.h116 } mxc_gpio_func_t; typedef
153 mxc_gpio_func_t func; /**< Function type */
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32670/
Dgpio.h117 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; ///< Function type
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32662/
Dgpio.h116 } mxc_gpio_func_t; typedef
153 mxc_gpio_func_t func; /**< Function type */
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32655/
Dgpio.h117 } mxc_gpio_func_t; typedef
154 mxc_gpio_func_t func; /**< Function type */
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/GPIO/
Dgpio_reva.h53 int MXC_GPIO_RevA_SetAF(mxc_gpio_reva_regs_t *port, mxc_gpio_func_t func, uint32_t mask);
Dgpio_reva.c141 int MXC_GPIO_RevA_SetAF(mxc_gpio_reva_regs_t *port, mxc_gpio_func_t func, uint32_t mask) in MXC_GPIO_RevA_SetAF()