| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_auxpll.h | 241 nrf_auxpll_config_t * p_cfg); 250 nrf_auxpll_config_t const * p_cfg); 479 nrf_auxpll_config_t * p_cfg) in nrf_auxpll_config_get() argument 481 NRFX_ASSERT(p_cfg); in nrf_auxpll_config_get() 484 p_cfg->outdrive = in nrf_auxpll_config_get() 487 p_cfg->current_tune = in nrf_auxpll_config_get() 490 p_cfg->sdm_off = in nrf_auxpll_config_get() 493 p_cfg->dither_off = in nrf_auxpll_config_get() 496 p_cfg->range = (nrf_auxpll_divider_range_t)((reg & AUXPLL_CONFIG_CFGSTATIC_AUXPLLRANGE_Msk) in nrf_auxpll_config_get() 501 nrf_auxpll_config_t const * p_cfg) in nrf_auxpll_config_set() argument [all …]
|
| D | nrf_qspi.h | 694 nrf_qspi_encryption_t const * p_cfg); 713 nrf_qspi_encryption_t const * p_cfg); 1086 nrf_qspi_encryption_t const * p_cfg) in nrf_qspi_xip_encryption_configure() argument 1088 p_reg->XIP_ENC.KEY0 = p_cfg->key[0]; in nrf_qspi_xip_encryption_configure() 1089 p_reg->XIP_ENC.KEY1 = p_cfg->key[1]; in nrf_qspi_xip_encryption_configure() 1090 p_reg->XIP_ENC.KEY2 = p_cfg->key[2]; in nrf_qspi_xip_encryption_configure() 1091 p_reg->XIP_ENC.KEY3 = p_cfg->key[3]; in nrf_qspi_xip_encryption_configure() 1092 p_reg->XIP_ENC.NONCE0 = p_cfg->nonce[0]; in nrf_qspi_xip_encryption_configure() 1093 p_reg->XIP_ENC.NONCE1 = p_cfg->nonce[1]; in nrf_qspi_xip_encryption_configure() 1094 p_reg->XIP_ENC.NONCE2 = p_cfg->nonce[2]; in nrf_qspi_xip_encryption_configure() [all …]
|
| D | nrf_uart.h | 405 nrf_uart_config_t const * p_cfg); 604 nrf_uart_config_t const * p_cfg) in nrf_uart_configure() argument 606 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uart_configure() 608 | (uint32_t)p_cfg->stop in nrf_uart_configure() 611 | (uint32_t)p_cfg->paritytype in nrf_uart_configure() 613 | (uint32_t)p_cfg->hwfc; in nrf_uart_configure()
|
| D | nrf_uarte.h | 642 nrf_uarte_config_t const * p_cfg); 915 nrf_uarte_config_t const * p_cfg) in nrf_uarte_configure() argument 917 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uarte_configure() 919 | (uint32_t)p_cfg->stop in nrf_uarte_configure() 922 | (uint32_t)p_cfg->paritytype in nrf_uarte_configure() 925 | (uint32_t)p_cfg->frame_timeout in nrf_uarte_configure() 927 | (uint32_t)p_cfg->hwfc; in nrf_uarte_configure()
|
| /hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/src/ |
| D | nrf_802154_sl_ant_div.c | 45 void nrf_802154_sl_ant_div_cfg_set(const nrf_802154_sl_ant_div_cfg_t * p_cfg) in nrf_802154_sl_ant_div_cfg_set() argument 47 (void)p_cfg; in nrf_802154_sl_ant_div_cfg_set() 50 bool nrf_802154_sl_ant_div_cfg_get(nrf_802154_sl_ant_div_cfg_t * p_cfg) in nrf_802154_sl_ant_div_cfg_get() argument 52 (void)p_cfg; in nrf_802154_sl_ant_div_cfg_get()
|
| /hal_nordic-latest/drivers/nrf_802154/sl/include/ |
| D | nrf_802154_sl_ant_div.h | 163 void nrf_802154_sl_ant_div_cfg_set(const nrf_802154_sl_ant_div_cfg_t * p_cfg); 173 bool nrf_802154_sl_ant_div_cfg_get(nrf_802154_sl_ant_div_cfg_t * p_cfg);
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/ |
| D | nrf_802154_spinel_app.c | 379 nrf_802154_cca_cfg_t * p_cfg) in cca_cfg_await() argument 396 p_cfg); in cca_cfg_await() 401 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->mode, "Mode"); in cca_cfg_await() 402 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->ed_threshold, "ED threshold"); in cca_cfg_await() 403 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->corr_threshold, "Corr threshold"); in cca_cfg_await() 404 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->corr_limit, "Corr limit"); in cca_cfg_await() 1811 void nrf_802154_cca_cfg_set(const nrf_802154_cca_cfg_t * p_cfg) in nrf_802154_cca_cfg_set() argument 1818 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->mode, "Mode"); in nrf_802154_cca_cfg_set() 1819 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->ed_threshold, "ED threshold"); in nrf_802154_cca_cfg_set() 1820 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->corr_threshold, "Corr threshold"); in nrf_802154_cca_cfg_set() [all …]
|
| D | nrf_802154_spinel_dec_app.c | 528 nrf_802154_cca_cfg_t * p_cfg) in nrf_802154_spinel_decode_prop_nrf_802154_cca_cfg_get_ret() argument 533 NRF_802154_CCA_CFG_DECODE(*p_cfg)); in nrf_802154_spinel_decode_prop_nrf_802154_cca_cfg_get_ret()
|
| /hal_nordic-latest/drivers/nrf_802154/common/include/ |
| D | nrf_802154.h | 259 void nrf_802154_antenna_diversity_config_set(const nrf_802154_sl_ant_div_cfg_t * p_cfg); 269 bool nrf_802154_antenna_diversity_config_get(nrf_802154_sl_ant_div_cfg_t * p_cfg);
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154.c | 334 void nrf_802154_antenna_diversity_config_set(const nrf_802154_sl_ant_div_cfg_t * p_cfg) in nrf_802154_antenna_diversity_config_set() argument 337 nrf_802154_sl_ant_div_cfg_set(p_cfg); in nrf_802154_antenna_diversity_config_set() 341 bool nrf_802154_antenna_diversity_config_get(nrf_802154_sl_ant_div_cfg_t * p_cfg) in nrf_802154_antenna_diversity_config_get() argument 343 return nrf_802154_sl_ant_div_cfg_get(p_cfg); in nrf_802154_antenna_diversity_config_get()
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/include/ |
| D | nrf_802154_spinel_dec_app.h | 193 nrf_802154_cca_cfg_t * p_cfg);
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_uarte.h | 559 nrf_uarte_config_t const * p_cfg) in nrfy_uarte_configure() argument 561 nrf_uarte_configure(p_reg, p_cfg); in nrfy_uarte_configure()
|