Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/xilinx/microblaze/
H A Dserial.c22 typedef volatile rt_uint32_t REG32; typedef
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dx1000.h123 #define REG32(addr) *((volatile u32 *)(addr)) macro
131 #define REG32(addr) (addr) macro
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/
H A Dserial.c22 typedef volatile rt_uint32_t REG32; typedef
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips_asm.h261 #define REG32( addr ) (*(volatile U32 *)(addr)) macro
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/
H A Dam33xx.h12 #define REG32(x) (*((volatile unsigned int *)(x))) macro