/hal_nordic-3.5.0/drivers/nrf_802154/sl/sl_opensource/src/ |
D | nrf_802154_sl_coex.c | 46 void nrf_802154_wifi_coex_cfg_3wire_get(nrf_802154_wifi_coex_3wire_if_config_t * p_cfg) in nrf_802154_wifi_coex_cfg_3wire_get() argument 48 (void)p_cfg; in nrf_802154_wifi_coex_cfg_3wire_get() 53 void nrf_802154_wifi_coex_cfg_3wire_set(const nrf_802154_wifi_coex_3wire_if_config_t * p_cfg) in nrf_802154_wifi_coex_cfg_3wire_set() argument 55 (void)p_cfg; in nrf_802154_wifi_coex_cfg_3wire_set()
|
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-3.5.0/nrfx/hal/ |
D | nrf_qspi.h | 643 nrf_qspi_encryption_t const * p_cfg); 662 nrf_qspi_encryption_t const * p_cfg); 1005 nrf_qspi_encryption_t const * p_cfg) in nrf_qspi_xip_encryption_configure() argument 1007 p_reg->XIP_ENC.KEY0 = p_cfg->key[0]; in nrf_qspi_xip_encryption_configure() 1008 p_reg->XIP_ENC.KEY1 = p_cfg->key[1]; in nrf_qspi_xip_encryption_configure() 1009 p_reg->XIP_ENC.KEY2 = p_cfg->key[2]; in nrf_qspi_xip_encryption_configure() 1010 p_reg->XIP_ENC.KEY3 = p_cfg->key[3]; in nrf_qspi_xip_encryption_configure() 1011 p_reg->XIP_ENC.NONCE0 = p_cfg->nonce[0]; in nrf_qspi_xip_encryption_configure() 1012 p_reg->XIP_ENC.NONCE1 = p_cfg->nonce[1]; in nrf_qspi_xip_encryption_configure() 1013 p_reg->XIP_ENC.NONCE2 = p_cfg->nonce[2]; in nrf_qspi_xip_encryption_configure() [all …]
|
D | nrf_uart.h | 356 nrf_uart_config_t const * p_cfg); 519 nrf_uart_config_t const * p_cfg) in nrf_uart_configure() argument 521 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uart_configure() 523 | (uint32_t)p_cfg->stop in nrf_uart_configure() 526 | (uint32_t)p_cfg->paritytype in nrf_uart_configure() 528 | (uint32_t)p_cfg->hwfc; in nrf_uart_configure()
|
D | nrf_uarte.h | 464 nrf_uarte_config_t const * p_cfg); 664 nrf_uarte_config_t const * p_cfg) in nrf_uarte_configure() argument 666 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uarte_configure() 668 | (uint32_t)p_cfg->stop in nrf_uarte_configure() 671 | (uint32_t)p_cfg->paritytype in nrf_uarte_configure() 673 | (uint32_t)p_cfg->hwfc; in nrf_uarte_configure()
|
/hal_nordic-3.5.0/drivers/nrf_802154/sl/include/ |
D | nrf_802154_sl_coex.h | 138 void nrf_802154_wifi_coex_cfg_3wire_get(nrf_802154_wifi_coex_3wire_if_config_t * p_cfg); 151 void nrf_802154_wifi_coex_cfg_3wire_set(const nrf_802154_wifi_coex_3wire_if_config_t * p_cfg);
|
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-3.5.0/drivers/nrf_802154/serialization/src/ |
D | nrf_802154_spinel_app.c | 380 nrf_802154_cca_cfg_t * p_cfg) in cca_cfg_await() argument 397 p_cfg); in cca_cfg_await() 402 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->mode, "Mode"); in cca_cfg_await() 403 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->ed_threshold, "ED threshold"); in cca_cfg_await() 404 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->corr_threshold, "Corr threshold"); in cca_cfg_await() 405 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->corr_limit, "Corr limit"); in cca_cfg_await() 1758 void nrf_802154_cca_cfg_set(const nrf_802154_cca_cfg_t * p_cfg) in nrf_802154_cca_cfg_set() argument 1765 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->mode, "Mode"); in nrf_802154_cca_cfg_set() 1766 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->ed_threshold, "ED threshold"); in nrf_802154_cca_cfg_set() 1767 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 | 544 nrf_802154_cca_cfg_t * p_cfg) in nrf_802154_spinel_decode_prop_nrf_802154_cca_cfg_get_ret() argument 549 NRF_802154_CCA_CFG_DECODE(*p_cfg)); in nrf_802154_spinel_decode_prop_nrf_802154_cca_cfg_get_ret()
|
/hal_nordic-3.5.0/drivers/nrf_802154/serialization/src/include/ |
D | nrf_802154_spinel_dec_app.h | 193 nrf_802154_cca_cfg_t * p_cfg);
|
/hal_nordic-3.5.0/drivers/nrf_802154/common/include/ |
D | nrf_802154.h | 248 void nrf_802154_antenna_diversity_config_set(const nrf_802154_sl_ant_div_cfg_t * p_cfg); 258 bool nrf_802154_antenna_diversity_config_get(nrf_802154_sl_ant_div_cfg_t * p_cfg);
|
/hal_nordic-3.5.0/drivers/nrf_802154/driver/src/ |
D | nrf_802154.c | 353 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 356 nrf_802154_sl_ant_div_cfg_set(p_cfg); in nrf_802154_antenna_diversity_config_set() 360 bool nrf_802154_antenna_diversity_config_get(nrf_802154_sl_ant_div_cfg_t * p_cfg) in nrf_802154_antenna_diversity_config_get() argument 362 return nrf_802154_sl_ant_div_cfg_get(p_cfg); in nrf_802154_antenna_diversity_config_get()
|
/hal_nordic-3.5.0/nrfx/haly/ |
D | nrfy_uarte.h | 524 nrf_uarte_config_t const * p_cfg) in nrfy_uarte_configure() argument 526 nrf_uarte_configure(p_reg, p_cfg); in nrfy_uarte_configure()
|