Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dsys.h268 #define SYS_ARCH_PROTECT(lev) lev = sys_arch_protect()
278 sys_prot_t sys_arch_protect(void);
/lib/liblwip/doc/
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
/lib/liblwip/src/arch/
Dsys_arch.c515 sys_arch_protect(void) in sys_arch_protect() function