Home
last modified time | relevance | path

Searched defs:p_obj (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/driver/
Dtwai.c314 static void twai_free_driver_obj(twai_obj_t *p_obj) in twai_free_driver_obj()
347 twai_obj_t *p_obj = heap_caps_calloc(1, sizeof(twai_obj_t), TWAI_MALLOC_CAPS); in twai_alloc_driver_obj() local