Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmds.c332 for (int byte = 3; byte >= 0; byte--) in aci_hal_write_radio_reg() local
335 tmp_word |= Data[word * 4U + (uint32_t)byte]; in aci_hal_write_radio_reg()
360 for (int byte = 0; byte < 4; byte++) in aci_hal_read_radio_reg() local
362 Data[word * 4U + (uint32_t)byte] = (uint8_t)(tmp_word & 0x000000FFU); in aci_hal_read_radio_reg()