Searched refs:IS_LL_GPIO_PIN (Results 1 – 1 of 1) sorted by relevance
47 #define IS_LL_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GP… macro186 assert_param(IS_LL_GPIO_PIN(GPIO_InitStruct->Pin)); in LL_GPIO_Init()
Completed in 4 milliseconds