Home
last modified time | relevance | path

Searched refs:value32 (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_sdio_host.c418 u32 value32; in SDIOH_SwitchSpeed() local
421 value32 = psdioh->CKGEN_CTL; in SDIOH_SwitchSpeed()
422 value32 &= ~SDIOH_MASK_CLKDIV; in SDIOH_SwitchSpeed()
423 value32 |= clk_div; in SDIOH_SwitchSpeed()
424 psdioh->CKGEN_CTL = value32; in SDIOH_SwitchSpeed()
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c60 Uint32 value32 = 0xEFBEADDE; in platform_testEndianessAndSwap() local
89 SDLTest_AssertCheck( SDL_Swap32(value32) == swapped32, in platform_testEndianessAndSwap()
91 value32, SDL_Swap32(value32) ); in platform_testEndianessAndSwap()
A Dtestplatform.c91 Uint32 value32 = 0xEFBEADDE; in TestEndian() local
129 SDL_Log("Value 32 = 0x%X, swapped = 0x%X\n", value32, in TestEndian()
130 SDL_Swap32(value32)); in TestEndian()
132 if (SDL_Swap32(value32) != swapped32) { in TestEndian()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dhal_platform.h25 #define HAL_WRITE32(base, addr, value32) ((*((volatile u32*)(base + addr))) = rtk_cpu_to_le32(valu… argument

Completed in 30 milliseconds