Searched refs:MAX_PAWR_RESPONSE_SUBEVENT_COUNT (Results 1 – 2 of 2) sorted by relevance
29 static uint8_t pawr_resp_buff[MAX_PAWR_RESPONSE_SUBEVENT_COUNT][MAX_PAWR_SUBEVENT_DATA_SIZE];46 #if MAX_PAWR_RESPONSE_SUBEVENT_COUNT < 985 for(int i = 0; i < MAX_PAWR_RESPONSE_SUBEVENT_COUNT; i++) in response_buff_free()147 for(i = 0; i < MAX_PAWR_RESPONSE_SUBEVENT_COUNT && BUFFER_IN_USE(used_resp_buff_msk, i) ; i++); in pawr_buff_resp_alloc()149 if(i == MAX_PAWR_RESPONSE_SUBEVENT_COUNT) in pawr_buff_resp_alloc()
16 #define MAX_PAWR_RESPONSE_SUBEVENT_COUNT 8 macro