Searched refs:PSEL (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_nrf.c | 44 #define NRF_PSEL_UART(reg, line) ((NRF_UART_Type *)reg)->PSEL##line 47 #define NRF_PSEL_UART(reg, line) ((NRF_UARTE_Type *)reg)->PSEL.line 51 #define NRF_PSEL_SPIM(reg, line) ((NRF_SPI_Type *)reg)->PSEL##line 54 #define NRF_PSEL_SPIM(reg, line) ((NRF_SPIM_Type *)reg)->PSEL.line 60 #define NRF_PSEL_SPIS(reg, line) ((NRF_SPIS_Type *)reg)->PSEL##line 62 #define NRF_PSEL_SPIS(reg, line) ((NRF_SPIS_Type *)reg)->PSEL.line 68 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWI_Type *)reg)->PSEL##line 70 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWI_Type *)reg)->PSEL.line 74 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWIM_Type *)reg)->PSEL.line 78 #define NRF_PSEL_I2S(reg, line) ((NRF_I2S_Type *)reg)->PSEL.line [all …]
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf_common.dtsi | 27 * control in a distributed way (GPIO registers and PSEL
|
/Zephyr-latest/dts/arm/silabs/ |
D | efm32_pg_1b.dtsi | 144 * control in a distributed way (GPIO registers and PSEL
|
D | efm32hg.dtsi | 146 * control in a distributed way (GPIO registers and PSEL
|
D | efr32fg1p.dtsi | 178 * control in a distributed way (GPIO registers and PSEL
|
D | efr32xg13p.dtsi | 191 * control in a distributed way (GPIO registers and PSEL
|
D | efm32wg.dtsi | 191 * control in a distributed way (GPIO registers and PSEL
|
D | efr32mg.dtsi | 244 * control in a distributed way (GPIO registers and PSEL
|
D | efm32gg12b.dtsi | 246 * control in a distributed way (GPIO registers and PSEL
|
D | efm32_jg_pg_12b.dtsi | 259 * control in a distributed way (GPIO registers and PSEL
|
D | efm32gg11b.dtsi | 293 * control in a distributed way (GPIO registers and PSEL
|
/Zephyr-latest/drivers/display/ |
D | display_nrf_led_matrix.c | 304 dev_config->pwm->PSEL.OUT[channel_idx] = col_psel; in prepare_pixel_pulse() 356 dev_config->pwm->PSEL.OUT[i] = NRF_PWM_PIN_NOT_CONNECTED; in timer_irq_handler()
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_spim.c | 331 nrf_gpiote_event_configure(gpiote.p_reg, gpiote_ch, spim->PSEL.SCK, in anomaly_58_workaround_setup()
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | Kconfig | 1118 bool "UARTE PSEL configuration support"
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 1249 … - uarte_instance_init() in NRF UARTE driver does not disable UART prior to setting PSEL pin values
|