Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/examples/person_detection/esp/
Dapp_camera_esp.c29 conf.intr_type = GPIO_INTR_DISABLE; in app_camera_init()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c580 struct lp_type intr_type = dst_type; in lp_build_pack2() local
639 LLVMTypeRef intr_vec_type = lp_build_vec_type(gallivm, intr_type); in lp_build_pack2()
656 struct lp_type nintr_type = lp_type_unorm(intr_type.width, 128); in lp_build_pack2()
733 struct lp_type intr_type = dst_type; in lp_build_pack2_native() local
762 LLVMTypeRef intr_vec_type = lp_build_vec_type(gallivm, intr_type); in lp_build_pack2_native()
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c917 c.intr_type = GPIO_INTR_NEGEDGE; in lws_esp32_wlan_config()