Home
last modified time | relevance | path

Searched refs:sys_arch_protect (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsys.h268 #define SYS_ARCH_PROTECT(lev) lev = sys_arch_protect()
278 sys_prot_t sys_arch_protect(void);
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsys.h480 #define SYS_ARCH_PROTECT(lev) lev = sys_arch_protect()
492 sys_prot_t sys_arch_protect(void);
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsys.h384 #define SYS_ARCH_PROTECT(lev) lev = sys_arch_protect()
396 sys_prot_t sys_arch_protect(void);
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt179 - sys_prot_t sys_arch_protect(void)
187 other words, sys_arch_protect() could be called while already protected. In
190 sys_arch_protect() is only required if your port is supporting an operating
196 value specified by pval. See the documentation for sys_arch_protect() for
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt215 - sys_prot_t sys_arch_protect(void)
223 other words, sys_arch_protect() could be called while already protected. In
226 sys_arch_protect() is only required if your port is supporting an operating
232 value specified by pval. See the documentation for sys_arch_protect() for
/components/net/lwip/port/
A Dsys_arch.c524 sys_prot_t sys_arch_protect(void) in sys_arch_protect() function

Completed in 8 milliseconds