Searched refs:_pin2struct (Results 1 – 2 of 2) sorted by relevance
250 static const struct swm_pin_device *_pin2struct(uint8_t pin) in _pin2struct() function273 gpio_obj = _pin2struct(pin); in swm_pin_mode()313 gpio_obj = _pin2struct(pin); in swm_pin_write()332 gpio_obj = _pin2struct(pin); in swm_pin_read()384 gpio_obj = _pin2struct(pin); in swm_pin_irq_enable()533 gpio_obj = _pin2struct(gpio[index]); in swm_pin_isr()
271 static const struct swm_pin_device *_pin2struct(uint8_t pin) in _pin2struct() function295 gpio_obj = _pin2struct(pin); in swm_pin_mode()335 gpio_obj = _pin2struct(pin); in swm_pin_write()354 gpio_obj = _pin2struct(pin); in swm_pin_read()406 gpio_obj = _pin2struct(pin); in swm_pin_irq_enable()558 gpio_obj = _pin2struct(gpio[index]); in swm_pin_isr()
Completed in 9 milliseconds