Searched refs:GPIO_PIN_REG (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/esp_coex/src/ |
D | coexist.c | 50 #define GPIO_PIN_REG(a) (GPIO_PIN0_REG + a * 0x04) macro 189 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.priority), GPIO_PIN1_SYNC1_BYPASS, 2); in esp_enable_extern_coex_gpio_pin() 190 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.priority), GPIO_PIN1_SYNC2_BYPASS, 2); in esp_enable_extern_coex_gpio_pin() 206 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.request), GPIO_PIN1_SYNC1_BYPASS, 2); in esp_enable_extern_coex_gpio_pin() 207 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.request), GPIO_PIN1_SYNC2_BYPASS, 2); in esp_enable_extern_coex_gpio_pin() 224 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.tx_line), GPIO_PIN1_SYNC1_BYPASS, 2); in esp_enable_extern_coex_gpio_pin() 225 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.tx_line), GPIO_PIN1_SYNC2_BYPASS, 2); in esp_enable_extern_coex_gpio_pin() 241 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.grant), GPIO_PIN1_SYNC1_BYPASS, 2); in esp_enable_extern_coex_gpio_pin() 242 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.grant), GPIO_PIN1_SYNC2_BYPASS, 2); in esp_enable_extern_coex_gpio_pin()
|