Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_utils.h68 uint16_t rsi_bytes2R_to_uint16(const uint8_t *dBuf);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_bt_ble.c224 rsp_type = rsi_bytes2R_to_uint16(host_desc + RSI_BT_RSP_TYPE_OFFSET); in rsi_bt_common_tx_done()
409 rsp_type = rsi_bytes2R_to_uint16(host_desc + RSI_BT_RSP_TYPE_OFFSET); in rsi_driver_process_bt_resp()
415 payload_length = (rsi_bytes2R_to_uint16(host_desc) & 0xFFF); in rsi_driver_process_bt_resp()
418 status = rsi_bytes2R_to_uint16(host_desc + RSI_BT_STATUS_OFFSET); in rsi_driver_process_bt_resp()
509 rsp_type = rsi_bytes2R_to_uint16(host_desc + RSI_BT_RSP_TYPE_OFFSET); in rsi_driver_process_bt_resp_handler()
Drsi_utils.c95 uint16_t rsi_bytes2R_to_uint16(const uint8_t *dBuf) in rsi_bytes2R_to_uint16() function