Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dpawr_buff_alloc.c29 static uint8_t pawr_resp_buff[MAX_PAWR_RESPONSE_SUBEVENT_COUNT][MAX_PAWR_SUBEVENT_DATA_SIZE];
46 #if MAX_PAWR_RESPONSE_SUBEVENT_COUNT < 9
85 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()
Dpawr_buff_alloc.h16 #define MAX_PAWR_RESPONSE_SUBEVENT_COUNT 8 macro