Lines Matching full:pin
274 * @param[in] pin Pin associated with event.
277 __STATIC_INLINE void nrf_gpiote_event_configure(uint32_t idx, uint32_t pin,
280 /**@brief Function for getting the pin associated with a GPIOTE event.
284 * @return Pin number.
312 * @param[in] pin Pin associated with event.
314 * @param[in] init_val Initial value of the pin.
316 __STATIC_INLINE void nrf_gpiote_task_configure(uint32_t idx, uint32_t pin,
320 /**@brief Function for forcing a specific state on the pin connected to GPIOTE.
323 * @param[in] init_val Pin state.
423 __STATIC_INLINE void nrf_gpiote_event_configure(uint32_t idx, uint32_t pin, nrf_gpiote_polarity_t p… in nrf_gpiote_event_configure() argument
426 NRF_GPIOTE->CONFIG[idx] |= ((pin << GPIOTE_CONFIG_PSEL_Pos) & GPIOTE_CONFIG_PORT_PIN_Msk) | in nrf_gpiote_event_configure()
445 on the GPIO if the GPIO in question is already assigned to GPIOTE and the pin is in the in nrf_gpiote_task_enable()
447 …/* Configure channel to not existing, not connected to the pin, and configure as a tasks that will… in nrf_gpiote_task_enable()
461 __STATIC_INLINE void nrf_gpiote_task_configure(uint32_t idx, uint32_t pin, in nrf_gpiote_task_configure() argument
469 NRF_GPIOTE->CONFIG[idx] |= ((pin << GPIOTE_CONFIG_PSEL_Pos) & GPIOTE_CONFIG_PORT_PIN_Msk) | in nrf_gpiote_task_configure()