Searched refs:IS_LL_LPGPIO_PIN (Results 1 – 1 of 1) sorted by relevance
46 #define IS_LL_LPGPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_… macro110 assert_param(IS_LL_LPGPIO_PIN(LPGPIO_InitStruct->Pin)); in LL_LPGPIO_Init()