Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Dpcnt_legacy.c40 } pcnt_obj_t; typedef
42 static pcnt_obj_t *p_pcnt_obj[PCNT_PORT_MAX] = {0};
401 … p_pcnt_obj[pcnt_port] = (pcnt_obj_t *)heap_caps_calloc(1, sizeof(pcnt_obj_t), MALLOC_CAP_DEFAULT); in pcnt_init()