Macros | |
| #define | LL_GPIO_GET_RESISTOR_POS(__GPIOx__) (((__GPIOx__) == GPIO0) ? 0 : 16) |
| Get the starting position of the specified GPIO instance in related pull-up/pull-down register. More... | |
| #define | LL_GPIO_GET_DPAD_POS(__GPIOx__) (((__GPIOx__) == GPIO0) ? 0 : 16) |
| Get the starting position of the specified GPIO instance in related DPAD register. More... | |
| #define | LL_GPIO_GET_REG_MUX_CTRL_0_7(__GPIOx__) (((__GPIOx__) == GPIO0) ? &(MCU_SUB->DPAD_MUX_CTL_00_07) : &(MCU_SUB->DPAD_MUX_CTL_16_23)) |
| Get mux control register address of specified GPIO instance. More... | |
| #define | LL_GPIO_GET_REG_MUX_CTRL_8_15(__GPIOx__) (((__GPIOx__) == GPIO0) ? &(MCU_SUB->DPAD_MUX_CTL_08_15) : &(MCU_SUB->DPAD_MUX_CTL_24_31)) |
| Get mux control register address of specified GPIO instance. More... | |
| #define LL_GPIO_GET_DPAD_POS | ( | __GPIOx__ | ) | (((__GPIOx__) == GPIO0) ? 0 : 16) |
Get the starting position of the specified GPIO instance in related DPAD register.
| __GPIOx__ | This parameter can be one of the following values:
|
| none |
Definition at line 331 of file gr533x_ll_gpio.h.
| #define LL_GPIO_GET_REG_MUX_CTRL_0_7 | ( | __GPIOx__ | ) | (((__GPIOx__) == GPIO0) ? &(MCU_SUB->DPAD_MUX_CTL_00_07) : &(MCU_SUB->DPAD_MUX_CTL_16_23)) |
Get mux control register address of specified GPIO instance.
| __GPIOx__ | This parameter can be one of the following values:
|
| none |
Definition at line 339 of file gr533x_ll_gpio.h.
| #define LL_GPIO_GET_REG_MUX_CTRL_8_15 | ( | __GPIOx__ | ) | (((__GPIOx__) == GPIO0) ? &(MCU_SUB->DPAD_MUX_CTL_08_15) : &(MCU_SUB->DPAD_MUX_CTL_24_31)) |
Get mux control register address of specified GPIO instance.
| __GPIOx__ | This parameter can be one of the following values:
|
| none |
Definition at line 348 of file gr533x_ll_gpio.h.
| #define LL_GPIO_GET_RESISTOR_POS | ( | __GPIOx__ | ) | (((__GPIOx__) == GPIO0) ? 0 : 16) |
Get the starting position of the specified GPIO instance in related pull-up/pull-down register.
| __GPIOx__ | This parameter can be one of the following values:
|
| none |
Definition at line 323 of file gr533x_ll_gpio.h.