OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OFFSET_ACI_EVT_T_PIPE_ERROR
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_protocol_defines.h
187
#define
OFFSET_ACI_EVT_T_PIPE_ERROR
2
acilib.cxx
526
//volatile uint8_t size = *(buffer_in + OFFSET_ACI_EVT_T_LEN) - (
OFFSET_ACI_EVT_T_PIPE_ERROR
+ OFFSET_ACI_EVT_PARAMS_PIPE_ERROR_T_ERROR_DATA) + 1;
527
p_evt_params_pipe_error->pipe_number = *(buffer_in +
OFFSET_ACI_EVT_T_PIPE_ERROR
+ OFFSET_ACI_EVT_PARAMS_PIPE_ERROR_T_PIPE_NUMBER);
528
p_evt_params_pipe_error->error_code = *(buffer_in +
OFFSET_ACI_EVT_T_PIPE_ERROR
+ OFFSET_ACI_EVT_PARAMS_PIPE_ERROR_T_ERROR_CODE);
[
all
...]
Completed in 47 milliseconds