/hal_nordic-3.6.0/nrfx/drivers/include/ |
D | nrfx_spis.h | 120 .skip_psel_cfg = false, \ 146 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_uarte.h | 240 bool skip_psel_cfg; ///< Skip pin selection configuration. member 300 .skip_psel_cfg = false, \
|
D | nrfx_pdm.h | 91 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_i2s.h | 87 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_qdec.h | 82 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_twis.h | 143 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_qspi.h | 65 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_spi.h | 115 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_uart.h | 97 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_pwm.h | 90 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_twim.h | 87 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_twi.h | 89 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
D | nrfx_spim.h | 121 bool skip_psel_cfg; ///< Skip pin selection configuration. member
|
/hal_nordic-3.6.0/nrfx/drivers/src/ |
D | nrfx_i2s.c | 83 bool skip_psel_cfg : 1; member 279 .skip_psel_cfg = p_config->skip_psel_cfg in nrfx_i2s_init() 286 p_cb->skip_psel_cfg = p_config->skip_psel_cfg; in nrfx_i2s_init() 318 if (!p_cb->skip_psel_cfg) in nrfx_i2s_uninit()
|
D | nrfx_uart.c | 72 bool skip_psel_cfg : 1; member 115 if (!p_config->skip_psel_cfg) in uart_configure() 135 if (!p_config->skip_psel_cfg) in uart_configure() 163 if (!p_cb->skip_psel_cfg) in pins_to_default() 232 p_cb->skip_psel_cfg = p_config->skip_psel_cfg; in nrfx_uart_init()
|
D | nrfx_pdm.c | 85 if (!p_config->skip_psel_cfg) in pdm_configure() 106 .skip_psel_cfg = p_config->skip_psel_cfg in pdm_configure()
|
D | nrfx_pwm.c | 87 if (p_config->skip_gpio_cfg && p_config->skip_psel_cfg) in pins_configure() 157 .skip_psel_cfg = p_config->skip_psel_cfg in pwm_configure()
|
D | nrfx_qdec.c | 91 .skip_psel_cfg = p_config->skip_psel_cfg in qdec_configure()
|
D | nrfx_spim.c | 407 if (!(p_config->skip_gpio_cfg && p_config->skip_psel_cfg) && in spim_configuration_verify() 499 .skip_psel_cfg = p_config->skip_psel_cfg in spim_configure()
|
/hal_nordic-3.6.0/nrfx/haly/ |
D | nrfy_uarte.h | 82 bool skip_psel_cfg; ///< Skip pin selection configuration. member 111 if (!p_config->skip_psel_cfg) in nrfy_uarte_periph_configure() 116 if (p_config->config.hwfc == NRF_UARTE_HWFC_ENABLED && !p_config->skip_psel_cfg) in nrfy_uarte_periph_configure()
|
D | nrfy_pdm.h | 95 bool skip_psel_cfg; ///< Skip pin selection configuration. member 125 if (!p_config->skip_psel_cfg) in nrfy_pdm_periph_configure()
|
D | nrfy_pwm.h | 73 bool skip_psel_cfg; ///< Skip pin selection configuration. member 93 if (!p_config->skip_psel_cfg) in nrfy_pwm_periph_configure()
|
D | nrfy_spim.h | 194 bool skip_psel_cfg; ///< Skip pin selection configuration. member 214 if (!p_config->skip_psel_cfg) in nrfy_spim_periph_configure() 229 if (!p_config->skip_psel_cfg) in nrfy_spim_periph_configure()
|
D | nrfy_i2s.h | 76 bool skip_psel_cfg; ///< Skip pin selection configuration. member 118 if (!p_config->skip_psel_cfg) in nrfy_i2s_periph_configure()
|
D | nrfy_qdec.h | 80 bool skip_psel_cfg; /**< Skip pin selection configuration. member 113 if (!p_config->skip_psel_cfg) in nrfy_qdec_periph_configure()
|