Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Ddedic_gpio.c62 uint32_t out_mask; // mask of output channels in the bank member
194 uint32_t out_mask = 0; in dedic_gpio_new_bundle() local
219 out_mask = pattern << i; in dedic_gpio_new_bundle()
224 if (out_mask) { in dedic_gpio_new_bundle()
225 s_platform[core_id]->out_occupied_mask |= out_mask; in dedic_gpio_new_bundle()
228 dedic_gpio_ll_enable_instruction_access_out(s_platform[core_id]->dev, out_mask, true); in dedic_gpio_new_bundle()
232 …ESP_GOTO_ON_FALSE(out_mask, ESP_ERR_NOT_FOUND, err, TAG, "no free outward channels on core[%d]", c… in dedic_gpio_new_bundle()
233 … "new outward bundle(%p) on core[%d], offset=%d, mask(%x)", bundle, core_id, out_offset, out_mask); in dedic_gpio_new_bundle()
277 bundle->out_mask = out_mask; in dedic_gpio_new_bundle()
288 if (s_platform[core_id] && (out_mask || in_mask)) { in dedic_gpio_new_bundle()
[all …]