Searched refs:nrfy_config (Results 1 – 11 of 11) sorted by relevance
/hal_nordic-3.6.0/nrfx/drivers/src/ |
D | nrfx_lpcomp.c | 56 nrfy_lpcomp_config_t nrfy_config = in lpcomp_configure() local 74 nrfy_lpcomp_periph_configure(NRF_LPCOMP, &nrfy_config); in lpcomp_configure()
|
D | nrfx_comp.c | 57 nrfy_comp_config_t nrfy_config = in comp_configure() local 69 nrfy_comp_periph_configure(NRF_COMP, &nrfy_config); in comp_configure()
|
D | nrfx_rramc.c | 174 nrfy_rramc_config_t nrfy_config = in rramc_configure() local 189 nrfy_rramc_configure(NRF_RRAMC, &nrfy_config); in rramc_configure()
|
D | nrfx_qdec.c | 79 nrfy_qdec_config_t nrfy_config = in qdec_configure() local 94 nrfy_qdec_periph_configure(p_instance->p_reg, &nrfy_config); in qdec_configure()
|
D | nrfx_pdm.c | 92 nrfy_pdm_config_t nrfy_config = in pdm_configure() local 109 nrfy_pdm_periph_configure(NRF_PDM0, &nrfy_config); in pdm_configure()
|
D | nrfx_timer.c | 105 nrfy_timer_config_t nrfy_config = in timer_configure() local 112 nrfy_timer_periph_configure(p_instance->p_reg, &nrfy_config); in timer_configure()
|
D | nrfx_pwm.c | 146 nrfy_pwm_config_t nrfy_config = in pwm_configure() local 160 nrfy_pwm_periph_configure(p_instance->p_reg, &nrfy_config); in pwm_configure()
|
D | nrfx_i2s.c | 257 nrfy_i2s_config_t nrfy_config = in nrfx_i2s_init() local 282 nrfy_i2s_periph_configure(p_instance->p_reg, &nrfy_config); in nrfx_i2s_init()
|
D | nrfx_uarte.c | 229 nrfy_uarte_config_t nrfy_config = in uarte_configure() local 241 nrfy_config.config = p_config->config; in uarte_configure() 248 nrfy_config.baudrate = in uarte_configure() 254 nrfy_config.baudrate = p_config->baudrate; in uarte_configure() 257 nrfy_uarte_periph_configure(p_instance->p_reg, &nrfy_config); in uarte_configure()
|
D | nrfx_spim.c | 469 nrfy_spim_config_t nrfy_config = in spim_configure() local 502 nrfy_spim_periph_configure(p_instance->p_reg, &nrfy_config); in spim_configure()
|
D | nrfx_twim.c | 192 nrfy_twim_config_t nrfy_config = in twim_configure() local 202 nrfy_twim_periph_configure(p_instance->p_twim, &nrfy_config); in twim_configure()
|