Home
last modified time | relevance | path

Searched defs:type (Results 1 – 5 of 5) sorted by relevance

/libcpu/ti-dsp/c6x/
A Dtrap.h21 #define ack_exception(type) ECR = 1ul << (type) argument
63 int type; member
A Dtrap.c328 int type = 0; in rt_hw_process_exception() local
/libcpu/ppc/ppc405/include/asm/
A Dppc4xx.h43 #define static_cast(type, val) (type)(val) argument
45 #define static_cast(type, val) (val) argument
/libcpu/arm/cortex-m7/
A Dmpu.h78 #define RT_ARM_MEM_ATTR(perm, type) ((rt_mem_attr_t){ (perm) | (type)}) argument
/libcpu/arm/cortex-m33/
A Dmpu.h71 #define RT_ARM_MEM_ATTR(perm, type) ((rt_mem_attr_t){ .rbar = (perm), .mair_attr = (type) }) argument

Completed in 10 milliseconds