Searched refs:sys_prot_t (Results 1 – 7 of 7) sorted by relevance
410 #define SYS_ARCH_DECL_PROTECT(lev) sys_prot_t lev434 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 lev439 sys_prot_t reenter_protect(void);440 void reenter_unprotect(sys_prot_t pval);
402 typedef int sys_prot_t; typedef411 #define SYS_ARCH_DECL_PROTECT(lev) sys_prot_t lev435 sys_prot_t sys_arch_protect(void);436 void sys_arch_unprotect(sys_prot_t pval);
607 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()
13 typedef uint32_t sys_prot_t; typedef
51 typedef u32_t sys_prot_t; typedef
117 typedef int sys_prot_t;
1596 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