Searched refs:SL_GPIO_VALIDATE_PAD (Results 1 – 2 of 2) sorted by relevance
127 #define SL_GPIO_VALIDATE_PAD(pad_num) ((pad_num > 34) && (pad_num < 1) ? 0 : 1) ///… macro
312 SL_GPIO_ASSERT(SL_GPIO_VALIDATE_PAD(gpio_padnum)); in sl_si91x_gpio_enable_pad_selection()