Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.h111 extern uint32_t debug_cnt;
113 … debug_buf[debug_cnt] = NOTE; debug_cnt = (debug_cnt+1)%DEBUG_ARRAY_LEN;\
Dtransport_layer.c86 uint32_t debug_cnt = 0; variable