Home
last modified time | relevance | path

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

/modules/hal_nordic/nrfx/
A DKconfig63 bool "DPPI0 driver instance"
69 bool "DPPI00 driver instance"
75 bool "DPPI10 driver instance"
81 bool "DPPI20 driver instance"
87 bool "DPPI30 driver instance"
150 bool "EGU0 driver instance"
155 bool "EGU1 driver instance"
160 bool "EGU2 driver instance"
165 bool "EGU3 driver instance"
170 bool "EGU4 driver instance"
[all …]
/modules/openthread/platform/
A Dplatform-zephyr.h122 otError infra_if_init(otInstance *instance, struct net_if *ail_iface);
A Dradio.c496 static void openthread_handle_received_frame(otInstance *instance, in openthread_handle_received_frame() argument
505 recv_frame.mChannel = platformRadioChannelGet(instance); in openthread_handle_received_frame()
519 otPlatDiagRadioReceiveDone(instance, &recv_frame, OT_ERROR_NONE); in openthread_handle_received_frame()
521 otPlatRadioReceiveDone(instance, &recv_frame, OT_ERROR_NONE); in openthread_handle_received_frame()
531 return otIp4NewMessage(instance, settings); in openthread_ip4_new_msg()
534 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() argument
536 return otNat64Send(instance, message); in openthread_nat64_send()
546 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() argument
566 message = is_ip6 ? otIp6NewMessage(instance, &settings) in openthread_handle_frame_to_send()
567 : openthread_ip4_new_msg(instance, &settings); in openthread_handle_frame_to_send()
[all …]
A Dinfra_if.c111 otError infra_if_init(otInstance *instance, struct net_if *ail_iface) in infra_if_init() argument
117 ot_instance = instance; in infra_if_init()
A Dradio_spinel.cpp85 static void openthread_handle_frame_to_send(otInstance *instance, struct net_pkt *pkt) in openthread_handle_frame_to_send() argument
95 message = otIp6NewMessage(instance, &settings); in openthread_handle_frame_to_send()
108 if (otIp6Send(instance, message) != OT_ERROR_NONE) { in openthread_handle_frame_to_send()
/modules/openthread/
A Dopenthread.c238 void otTaskletsSignalPending(otInstance *instance) in otTaskletsSignalPending() argument
240 ARG_UNUSED(instance); in otTaskletsSignalPending()
A DCMakeLists.txt138 …tion(CONFIG_OPENTHREAD_UPTIME OT_UPTIME "Enable support for tracking OpenThread instance's uptime")
/modules/hal_nxp/mcux/mcux-sdk/
A DCMakeLists.txt10 # FIFO may be different for each instance in a given SoC. See
/modules/lvgl/
A DCMakeLists.txt234 ${LVGL_DIR}/src/misc/cache/instance/lv_image_cache.c
235 ${LVGL_DIR}/src/misc/cache/instance/lv_image_header_cache.c

Completed in 34 milliseconds