/Zephyr-latest/drivers/lora/ |
D | shell.c | 21 .bandwidth = BW_125_KHZ, 136 bw_table[modem_config.bandwidth]); in lora_conf_dump() 169 modem_config.bandwidth = BW_125_KHZ; in lora_conf_set() 172 modem_config.bandwidth = BW_250_KHZ; in lora_conf_set() 175 modem_config.bandwidth = BW_500_KHZ; in lora_conf_set()
|
D | sx12xx_common.c | 218 dev_data.tx_cfg.bandwidth, in sx12xx_lora_send() 352 config->bandwidth, config->datarate, in sx12xx_lora_config() 357 Radio.SetRxConfig(MODEM_LORA, config->bandwidth, in sx12xx_lora_config()
|
D | rylrxxx.c | 274 static int rylr_set_rf_parameters(const struct device *dev, uint32_t datarate, uint32_t bandwidth, in rylr_set_rf_parameters() argument 296 rylr_get_bandwidth_index(bandwidth), coding_rate, preamble_length); in rylr_set_rf_parameters() 349 err = rylr_set_rf_parameters(dev, config->datarate, config->bandwidth, config->coding_rate, in rylr_config()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | 8021Qav.rst | 74 unsigned int bandwidth, 83 params.qav_param.delta_bandwidth = bandwidth; 90 LOG_ERR("Cannot set Qav delta bandwidth %u for " 92 bandwidth, queue_id, iface);
|
D | zperf.rst | 14 tool may be used to evaluate network bandwidth.
|
D | coap.rst | 147 resource constrained, such as by computing power, RF range, memory, bandwidth,
|
/Zephyr-latest/samples/drivers/lora/send/src/ |
D | main.c | 37 config.bandwidth = BW_125_KHZ; in main()
|
/Zephyr-latest/samples/net/zperf/ |
D | README.rst | 5 Use the zperf shell utility to evaluate network bandwidth. 11 allows to evaluate network bandwidth.
|
/Zephyr-latest/samples/drivers/lora/receive/src/ |
D | main.c | 57 config.bandwidth = BW_125_KHZ; in main()
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | Kconfig | 12 network traffic and evaluate network bandwidth.
|
D | zperf_internal.h | 69 int32_t bandwidth; member
|
D | zperf_udp_uploader.c | 90 hdr->bandwidth = 0; in zperf_upload_fin() 226 hdr->bandwidth = htonl(rate_in_kbps); in udp_upload()
|
/Zephyr-latest/drivers/sensor/bosch/bma280/ |
D | Kconfig | 78 prompt "Acceleration data filter bandwidth"
|
/Zephyr-latest/include/zephyr/drivers/ |
D | lora.h | 73 enum lora_signal_bandwidth bandwidth; member
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_sam_gmac.c | 929 uint32_t bandwidth; in eth_sam_gmac_get_bandwidth() local 938 bandwidth = (100 * 1000 * 1000) / 8; in eth_sam_gmac_get_bandwidth() 941 bandwidth = (10 * 1000 * 1000) / 8; in eth_sam_gmac_get_bandwidth() 944 return bandwidth; in eth_sam_gmac_get_bandwidth() 970 uint32_t bandwidth; in eth_sam_gmac_get_qav_delta_bandwidth() local 983 bandwidth = eth_sam_gmac_get_bandwidth(gmac); in eth_sam_gmac_get_qav_delta_bandwidth() 989 *delta_bandwidth = idle_slope / (bandwidth / 100U); in eth_sam_gmac_get_qav_delta_bandwidth() 997 uint32_t bandwidth; in eth_sam_gmac_setup_qav_delta_bandwidth() local 1005 bandwidth = eth_sam_gmac_get_bandwidth(gmac); in eth_sam_gmac_setup_qav_delta_bandwidth() 1007 idle_slope = (bandwidth * queue_share) / 100U; in eth_sam_gmac_setup_qav_delta_bandwidth()
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi.h | 254 const char *const wifi_bandwidth_txt(enum wifi_frequency_bandwidths bandwidth);
|
D | wifi_mgmt.h | 587 enum wifi_frequency_bandwidths bandwidth; member 1034 enum wifi_frequency_bandwidths bandwidth; member
|
/Zephyr-latest/boards/nxp/frdm_rw612/doc/ |
D | index.rst | 11 The RW612 MCU subsystem includes 1.2 MB of on-chip SRAM and a high-bandwidth Quad SPI interface
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 2179 switch (params->bandwidth) { 2200 if (params->bandwidth != WIFI_FREQ_BANDWIDTH_20MHZ) { 2658 static int set_ap_bandwidth(const struct device *dev, enum wifi_frequency_bandwidths bandwidth) argument 2667 params.bandwidth = bandwidth; 2691 ret = set_ap_bandwidth(dev, params->bandwidth);
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 534 switch (params->bandwidth) { in nxp_wifi_start_ap() 538 wlan_uap_set_bandwidth(params->bandwidth); in nxp_wifi_start_ap() 638 ret = wlan_uap_set_bandwidth(params->bandwidth); in nxp_wifi_ap_config_params() 643 LOG_INF("Set Wi-Fi AP bandwidth: %d", params->bandwidth); in nxp_wifi_ap_config_params()
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 56 The ideal scenario is when the output "bandwidth" exceeds the input rate. If
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/doc/ |
D | index.rst | 11 The RW612 MCU subsystem includes 1.2 MB of on-chip SRAM and a high-bandwidth Quad SPI interface
|
/Zephyr-latest/boards/st/steval_stwinbx1/doc/ |
D | index.rst | 168 - **TSV912** wide-bandwidth (8 MHz) rail-to-rail I/O op-amp 172 - **IIS3DWB** wide bandwidth accelerometer
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_mgmt.c | 132 const char *const wifi_bandwidth_txt(enum wifi_frequency_bandwidths bandwidth) in wifi_bandwidth_txt() argument 134 switch (bandwidth) { in wifi_bandwidth_txt()
|
/Zephyr-latest/boards/st/nucleo_h503rb/doc/ |
D | index.rst | 76 - 1x operational amplifier (7 MHz bandwidth)
|