Home
last modified time | relevance | path

Searched defs:pin (Results 1 – 25 of 28) sorted by relevance

12

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c254 static uint8_t get_pin_idx(nrfx_gpiote_pin_t pin) in get_pin_idx()
311 static bool pin_in_use(nrfx_gpiote_t const * p_instance, uint32_t pin) in pin_in_use()
325 static bool pin_in_use_by_te(nrfx_gpiote_t const * p_instance, uint32_t pin) in pin_in_use_by_te()
337 static bool pin_has_trigger(nrfx_gpiote_t const * p_instance, uint32_t pin) in pin_has_trigger()
353 static bool pin_is_output(nrfx_gpiote_t const * p_instance, uint32_t pin) in pin_is_output()
365 static bool pin_is_task_output(nrfx_gpiote_t const * p_instance, uint32_t pin) in pin_is_task_output()
377 static bool pin_is_input(nrfx_gpiote_t const * p_instance, uint32_t pin) in pin_is_input()
395 static uint8_t pin_te_get(nrfx_gpiote_t const * p_instance, nrfx_gpiote_pin_t pin) in pin_te_get()
419 static void release_handler(nrfx_gpiote_t const * p_instance, nrfx_gpiote_pin_t pin) in release_handler()
447 static void pin_handler_trigger_uninit(nrfx_gpiote_t const * p_instance, nrfx_gpiote_pin_t pin) in pin_handler_trigger_uninit()
[all …]
Dnrfx_spim.c236 static void pin_init(uint32_t pin, in pin_init()
670 static void spim_pin_uninit(uint32_t pin) in spim_pin_uninit()
Dnrfx_pwm.c115 uint32_t pin = nrfy_pwm_pin_get(p_instance->p_reg, ch_idx); in pins_deconfigure() local
Dnrfx_spis.c66 static void csn_event_handler(nrfx_gpiote_pin_t pin, in csn_event_handler()
Dnrfx_twis.c142 static inline void nrfx_twis_config_pin(uint32_t pin, nrf_gpio_pin_pull_t pull) in nrfx_twis_config_pin()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_debug_core.h77 #define nrf_802154_pin_set(pin) NRF_P0->OUTSET = (1UL << (pin)) argument
78 #define nrf_802154_pin_clr(pin) NRF_P0->OUTCLR = (1UL << (pin)) argument
79 #define nrf_802154_pin_tgl(pin) \ argument
/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h94 #define NRF_QSPI_PIN_VAL(pin) (pin) == NRF_QSPI_PIN_NOT_CONNECTED ? 0xFFFFFFFF : (pin) argument
802 NRF_STATIC_INLINE void nrf_qspi_pin_sck_set(NRF_QSPI_Type * p_reg, uint32_t pin) in nrf_qspi_pin_sck_set()
807 NRF_STATIC_INLINE void nrf_qspi_pin_csn_set(NRF_QSPI_Type * p_reg, uint32_t pin) in nrf_qspi_pin_csn_set()
812 NRF_STATIC_INLINE void nrf_qspi_pin_io0_set(NRF_QSPI_Type * p_reg, uint32_t pin) in nrf_qspi_pin_io0_set()
817 NRF_STATIC_INLINE void nrf_qspi_pin_io1_set(NRF_QSPI_Type * p_reg, uint32_t pin) in nrf_qspi_pin_io1_set()
822 NRF_STATIC_INLINE void nrf_qspi_pin_io2_set(NRF_QSPI_Type * p_reg, uint32_t pin) in nrf_qspi_pin_io2_set()
827 NRF_STATIC_INLINE void nrf_qspi_pin_io3_set(NRF_QSPI_Type * p_reg, uint32_t pin) in nrf_qspi_pin_io3_set()
Dnrf_i2s.h687 NRF_STATIC_INLINE void nrf_i2s_sck_pin_set(NRF_I2S_Type * p_reg, uint32_t pin) in nrf_i2s_sck_pin_set()
692 NRF_STATIC_INLINE void nrf_i2s_lrck_pin_set(NRF_I2S_Type * p_reg, uint32_t pin) in nrf_i2s_lrck_pin_set()
697 NRF_STATIC_INLINE void nrf_i2s_mck_pin_set(NRF_I2S_Type * p_reg, uint32_t pin) in nrf_i2s_mck_pin_set()
702 NRF_STATIC_INLINE void nrf_i2s_sdout_pin_set(NRF_I2S_Type * p_reg, uint32_t pin) in nrf_i2s_sdout_pin_set()
707 NRF_STATIC_INLINE void nrf_i2s_sdin_pin_set(NRF_I2S_Type * p_reg, uint32_t pin) in nrf_i2s_sdin_pin_set()
Dnrf_common.h146 #define NRF_PIN_NUMBER_TO_PIN(pin) ((pin) & 0x1F) argument
149 #define NRF_PIN_NUMBER_TO_PORT(pin) ((pin) >> 5) argument
152 #define NRF_PIN_PORT_TO_PIN_NUMBER(pin, port) (((pin) & 0x1F) | ((port) << 5)) argument
Dnrf_spi.h365 NRF_STATIC_INLINE void nrf_spi_sck_pin_set(NRF_SPI_Type * p_reg, uint32_t pin) in nrf_spi_sck_pin_set()
374 NRF_STATIC_INLINE void nrf_spi_mosi_pin_set(NRF_SPI_Type * p_reg, uint32_t pin) in nrf_spi_mosi_pin_set()
383 NRF_STATIC_INLINE void nrf_spi_miso_pin_set(NRF_SPI_Type * p_reg, uint32_t pin) in nrf_spi_miso_pin_set()
Dnrf_spis.h869 NRF_STATIC_INLINE void nrf_spis_sck_pin_set(NRF_SPIS_Type * p_reg, uint32_t pin) in nrf_spis_sck_pin_set()
878 NRF_STATIC_INLINE void nrf_spis_mosi_pin_set(NRF_SPIS_Type * p_reg, uint32_t pin) in nrf_spis_mosi_pin_set()
887 NRF_STATIC_INLINE void nrf_spis_miso_pin_set(NRF_SPIS_Type * p_reg, uint32_t pin) in nrf_spis_miso_pin_set()
896 NRF_STATIC_INLINE void nrf_spis_csn_pin_set(NRF_SPIS_Type * p_reg, uint32_t pin) in nrf_spis_csn_pin_set()
Dnrf_qdec.h595 NRF_STATIC_INLINE void nrf_qdec_phase_a_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin) in nrf_qdec_phase_a_pin_set()
604 NRF_STATIC_INLINE void nrf_qdec_phase_b_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin) in nrf_qdec_phase_b_pin_set()
613 NRF_STATIC_INLINE void nrf_qdec_led_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin) in nrf_qdec_led_pin_set()
Dnrf_spim.h1309 NRF_STATIC_INLINE void nrf_spim_sck_pin_set(NRF_SPIM_Type * p_reg, uint32_t pin) in nrf_spim_sck_pin_set()
1314 NRF_STATIC_INLINE void nrf_spim_mosi_pin_set(NRF_SPIM_Type * p_reg, uint32_t pin) in nrf_spim_mosi_pin_set()
1319 NRF_STATIC_INLINE void nrf_spim_miso_pin_set(NRF_SPIM_Type * p_reg, uint32_t pin) in nrf_spim_miso_pin_set()
1341 uint32_t pin, in nrf_spim_csn_configure()
Dnrf_twi.h428 NRF_STATIC_INLINE void nrf_twi_scl_pin_set(NRF_TWI_Type * p_reg, uint32_t pin) in nrf_twi_scl_pin_set()
437 NRF_STATIC_INLINE void nrf_twi_sda_pin_set(NRF_TWI_Type * p_reg, uint32_t pin) in nrf_twi_sda_pin_set()
Dnrf_pdm.h682 NRF_STATIC_INLINE void nrf_pdm_clk_pin_set(NRF_PDM_Type * p_reg, uint32_t pin) in nrf_pdm_clk_pin_set()
687 NRF_STATIC_INLINE void nrf_pdm_din_pin_set(NRF_PDM_Type * p_reg, uint32_t pin) in nrf_pdm_din_pin_set()
Dnrf_twis.h788 NRF_STATIC_INLINE void nrf_twis_scl_pin_set(NRF_TWIS_Type * p_reg, uint32_t pin) in nrf_twis_scl_pin_set()
798 NRF_STATIC_INLINE void nrf_twis_sda_pin_set(NRF_TWIS_Type * p_reg, uint32_t pin) in nrf_twis_sda_pin_set()
Dnrf_gpiote.h835 uint32_t pin, in nrf_gpiote_event_configure()
880 uint32_t pin, in nrf_gpiote_task_configure()
Dnrf_twim.h886 NRF_STATIC_INLINE void nrf_twim_scl_pin_set(NRF_TWIM_Type * p_reg, uint32_t pin) in nrf_twim_scl_pin_set()
891 NRF_STATIC_INLINE void nrf_twim_sda_pin_set(NRF_TWIM_Type * p_reg, uint32_t pin) in nrf_twim_sda_pin_set()
Dnrf_uicr.h787 uint32_t pin = NRF_PIN_NUMBER_TO_PIN(pin_number); in nrf_uicr_gpio_ctrlsel_get() local
/hal_nordic-latest/nrfx/haly/
Dnrfy_i2s.h420 uint32_t pin = nrf_i2s_sck_pin_get(p_reg); in nrfy_i2s_sck_pin_get() local
429 uint32_t pin = nrf_i2s_lrck_pin_get(p_reg); in nrfy_i2s_lrck_pin_get() local
438 uint32_t pin = nrf_i2s_mck_pin_get(p_reg); in nrfy_i2s_mck_pin_get() local
447 uint32_t pin = nrf_i2s_sdout_pin_get(p_reg); in nrfy_i2s_sdout_pin_get() local
456 uint32_t pin = nrf_i2s_sdin_pin_get(p_reg); in nrfy_i2s_sdin_pin_get() local
Dnrfy_spim.h590 uint32_t pin = nrf_spim_sck_pin_get(p_reg); in nrfy_spim_sck_pin_get() local
599 uint32_t pin = nrf_spim_mosi_pin_get(p_reg); in nrfy_spim_mosi_pin_get() local
608 uint32_t pin = nrf_spim_miso_pin_get(p_reg); in nrfy_spim_miso_pin_get() local
617 uint32_t pin, in nrfy_spim_csn_configure()
629 uint32_t pin = nrf_spim_csn_pin_get(p_reg); in nrfy_spim_csn_pin_get() local
648 uint32_t pin = nrf_spim_dcx_pin_get(p_reg); in nrfy_spim_dcx_pin_get() local
Dnrfy_uarte.h495 uint32_t pin = nrf_uarte_tx_pin_get(p_reg); in nrfy_uarte_tx_pin_get() local
504 uint32_t pin = nrf_uarte_rx_pin_get(p_reg); in nrfy_uarte_rx_pin_get() local
513 uint32_t pin = nrf_uarte_rts_pin_get(p_reg); in nrfy_uarte_rts_pin_get() local
522 uint32_t pin = nrf_uarte_cts_pin_get(p_reg); in nrfy_uarte_cts_pin_get() local
Dnrfy_gpiote.h247 uint32_t pin, in nrfy_gpiote_event_configure()
258 uint32_t pin = nrf_gpiote_event_pin_get(p_reg, idx); in nrfy_gpiote_event_pin_get() local
291 uint32_t pin, in nrfy_gpiote_task_configure()
Dnrfy_gpio.h186 uint32_t pin = nrf_gpio_pin_read(pin_number); in nrfy_gpio_pin_read() local
195 uint32_t pin = nrf_gpio_pin_out_read(pin_number); in nrfy_gpio_pin_out_read() local
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.c38 void gpiote_pin_toggle_task_setup(nrfx_gpiote_t const * p_gpiote, nrfx_gpiote_pin_t pin) in gpiote_pin_toggle_task_setup()
67 void pin_on_event_toggle_setup(nrfx_gpiote_t const * p_gpiote, nrfx_gpiote_pin_t pin, uint32_t eep) in pin_on_event_toggle_setup()

12