Home
last modified time | relevance | path

Searched refs:MEMFAULT (Results 1 - 14 of 14) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_vector.S51 @Enable USGFAULT, BUSFAULT, MEMFAULT
83 @Enable exception including USGFAULT, BUSFAULT, MEMFAULT
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_interrupt.c167 #define MEMFAULT (1 << 16) macro
425 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
426 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
H A Dlos_interrupt.c169 #define MEMFAULT (1 << 16) macro
422 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
423 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
H A Dlos_interrupt.c169 #define MEMFAULT (1 << 16) macro
422 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
423 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
H A Dlos_interrupt.c170 #define MEMFAULT (1 << 16) macro
427 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
428 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
H A Dlos_interrupt.c170 #define MEMFAULT (1 << 16) macro
427 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
428 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
H A Dlos_interrupt.c168 #define MEMFAULT (1 << 16) macro
436 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
437 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m4/iar/
H A Dlos_interrupt.c168 #define MEMFAULT (1 << 16) macro
426 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
427 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
H A Dlos_interrupt.c168 #define MEMFAULT (1 << 16) macro
430 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
431 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/
H A Dlos_interrupt.c169 #define MEMFAULT (1 << 16) macro
422 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
423 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
H A Dlos_interrupt.c170 #define MEMFAULT (1 << 16) macro
427 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
428 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
H A Dlos_interrupt.c171 #define MEMFAULT (1 << 16) macro
423 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
424 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
H A Dlos_interrupt.c167 #define MEMFAULT (1 << 16) macro
425 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
426 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()
/kernel/liteos_m/arch/arm/cortex-m7/iar/
H A Dlos_interrupt.c171 #define MEMFAULT (1 << 16) macro
429 /* Enable USGFAULT, BUSFAULT, MEMFAULT */ in HalHwiInit()
430 *(volatile UINT32 *)OS_NVIC_SHCSR |= (USGFAULT | BUSFAULT | MEMFAULT); in HalHwiInit()

Completed in 10 milliseconds