Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dacilib_if.h344 …t_device_started(uint8_t *buffer_in, aci_evt_params_device_started_t *p_evt_params_device_started);
Dacilib.cxx444 …vt_device_started(uint8_t *buffer_in, aci_evt_params_device_started_t *p_evt_params_device_started) in acil_decode_evt_device_started() argument
446p_evt_params_device_started->device_mode = (aci_device_operation_mode_t) *(buffer_in + OFFSET_ACI_… in acil_decode_evt_device_started()
447p_evt_params_device_started->hw_error = (aci_hw_error_t) *(buffer_in + OFFSET_ACI_EVT_T_DEVICE_STA… in acil_decode_evt_device_started()
448p_evt_params_device_started->credit_available = *(buffer_in + OFFSET_ACI_EVT_T_DEVICE_STARTED+OFFS… in acil_decode_evt_device_started()