Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsys.h410 #define SYS_ARCH_DECL_PROTECT(lev) sys_prot_t lev
434 sys_prot_t sys_arch_protect(void);
435 void sys_arch_unprotect(sys_prot_t pval);
437 #define REENTER_DECL_PROTECT(lev) sys_prot_t lev
439 sys_prot_t reenter_protect(void);
440 void reenter_unprotect(sys_prot_t pval);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsys.h402 typedef int sys_prot_t; typedef
411 #define SYS_ARCH_DECL_PROTECT(lev) sys_prot_t lev
435 sys_prot_t sys_arch_protect(void);
436 void sys_arch_unprotect(sys_prot_t pval);
/AliOS-Things-master/components/lwip/lwip2.0.0/port/
A Dsys_arch.c607 sys_prot_t sys_arch_protect(void) in sys_arch_protect()
619 void sys_arch_unprotect(sys_prot_t pval) in sys_arch_unprotect()
624 sys_prot_t reenter_protect(void) in reenter_protect()
630 void reenter_unprotect(sys_prot_t pval) in reenter_unprotect()
/AliOS-Things-master/components/py_engine/engine/extmod/lwip-include/
A Dlwipopts.h13 typedef uint32_t sys_prot_t; typedef
/AliOS-Things-master/components/lwip/lwip2.0.0/port/include/arch/
A Dsys_arch.h51 typedef u32_t sys_prot_t; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dcc.h117 typedef int sys_prot_t;
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c1596 sys_prot_t sys_arch_protect() { in sys_arch_protect()
1597 return (sys_prot_t)MICROPY_BEGIN_ATOMIC_SECTION(); in sys_arch_protect()
1600 void sys_arch_unprotect(sys_prot_t state) { in sys_arch_unprotect()

Completed in 11 milliseconds