Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dphy.c31 #define PHY_TO_PTR(_mask, _opts) (void *)(((_opts) << 16) | ((_mask))) macro
70 hal_gpio_irq_init(button, gpio_irq_handler, PHY_TO_PTR(phy_mask, phy_opts), in setup_button_gpio()