Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dpppcrypt.h54 #define lwip_md4_init(context) argument
58 #define lwip_md4_free(context) argument
62 #define lwip_md5_init(context) argument
66 #define lwip_md5_free(context) argument
70 #define lwip_sha1_init(context) argument
74 #define lwip_sha1_free(context) argument
78 #define lwip_des_init(context) argument
81 #define lwip_des_free(context) argument
85 #define lwip_arc4_init(context) argument
88 #define lwip_arc4_free(context) argument
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppcrypt.h58 #define lwip_md4_init(context) argument
62 #define lwip_md4_free(context) argument
66 #define lwip_md5_init(context) argument
70 #define lwip_md5_free(context) argument
74 #define lwip_sha1_init(context) argument
78 #define lwip_sha1_free(context) argument
82 #define lwip_des_init(context) argument
85 #define lwip_des_free(context) argument
89 #define lwip_arc4_init(context) argument
92 #define lwip_arc4_free(context) argument
[all …]
/nrf52832-nimble/rt-thread/libcpu/arc/em/
H A Dcpuport.c66 void rt_hw_exception_install(rt_err_t (*exception_handle)(void *context)) in rt_hw_exception_install()
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m3/
H A Dcpuport.c100 void rt_hw_exception_install(rt_err_t (*exception_handle)(void* context)) in rt_hw_exception_install()
294 struct stack_frame* context = &exception_info->stack_frame; in rt_hw_hard_fault_exception() local
/nrf52832-nimble/rt-thread/libcpu/ti-dsp/c28x/
H A Dcpuport.c89 void rt_hw_exception_install(rt_err_t (*exception_handle)(void *context)) in rt_hw_exception_install()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dlowpan6_ble.c300 rfc7668_set_context(u8_t idx, const ip6_addr_t *context) in rfc7668_set_context()
H A Dlowpan6.c499 lowpan6_set_context(u8_t idx, const ip6_addr_t *context) in lowpan6_set_context()
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/
H A Dhid.c213 static void rt_usbh_hid_callback(void* context) in rt_usbh_hid_callback()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_timer.c51 void * context; member
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m7/
H A Dcpuport.c182 void rt_hw_exception_install(rt_err_t (*exception_handle)(void *context)) in rt_hw_exception_install()
374 struct stack_frame *context = &exception_info->stack_frame; in rt_hw_hard_fault_exception() local
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m4/
H A Dcpuport.c182 void rt_hw_exception_install(rt_err_t (*exception_handle)(void *context)) in rt_hw_exception_install()
374 struct stack_frame *context = &exception_info->stack_frame; in rt_hw_hard_fault_exception() local
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/core/
H A Dhub.c455 static void rt_usbh_hub_irq(void* context) in rt_usbh_hub_irq()
/nrf52832-nimble/rt-thread/src/
H A Dscheduler.c508 void rt_scheduler_do_irq_switch(void *context) in rt_scheduler_do_irq_switch()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A Dlowpan6.c571 lowpan6_set_context(u8_t idx, const ip6_addr_t * context) in lowpan6_set_context()
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dusb_host.h159 void *context; member