Home
last modified time | relevance | path

Searched refs:value8 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_sdio_host.c419 u8 value8; in SDIOH_SwitchSpeed() local
426 value8 = psdioh->SD_CONFIG1; in SDIOH_SwitchSpeed()
427 value8 &= ~SDIOH_MASK_MODE_SEL; in SDIOH_SwitchSpeed()
428 value8 |= (mode << SDIOH_SHIFT_MODE_SEL); in SDIOH_SwitchSpeed()
429 psdioh->SD_CONFIG1 = value8; in SDIOH_SwitchSpeed()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c836 const u8_t *value8 = value; in net_buf_append_bytes() local
841 net_buf_add_mem(frag, value8, count); in net_buf_append_bytes()
844 value8 += count; in net_buf_append_bytes()

Completed in 6 milliseconds