Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c127 #define countof(a) (sizeof(a) / sizeof(*(a))) macro
294 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
306 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS2); index++) in LL_SetFlashLatency()
317 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_utils.c67 #define countof(a) (sizeof(a) / sizeof(*(a))) macro