Home
last modified time | relevance | path

Searched refs:bResult (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Defuse_api.c79 u32 bResult; in efuse_mtp_write() local
87 bResult = EFUSE_LMAP_WRITE(USER_SECTION << 3, len, data); in efuse_mtp_write()
88 if(!bResult){ in efuse_mtp_write()
111 u32 bResult; in efuse_otp_read() local
116 bResult = EFUSE_PMAP_READ8(0, 0x130 + index , content + index, L25EOUTVOLTAGE); in efuse_otp_read()
117 if(!bResult){ in efuse_otp_read()
141 u32 bResult; in efuse_otp_write() local
148 bResult = EFUSE_PMAP_WRITE8(0, address + 0x130 +index, buf[index], L25EOUTVOLTAGE); in efuse_otp_write()
149 if(!bResult){ in efuse_otp_write()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/
A DVisualPng.c464 BOOL bResult; in CenterAbout() local
477 bResult = SystemParametersInfo( in CenterAbout()
482 if (!bResult) { in CenterAbout()
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp493 void SetOpenResult( bool bResult ) in SetOpenResult() argument
497 m_bOpenResult = bResult; in SetOpenResult()

Completed in 7 milliseconds