Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/drivers/lora/
Dshell.c21 .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()
Dsx12xx_common.c218 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()
Drylrxxx.c274 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/
D8021Qav.rst74 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);
Dzperf.rst14 tool may be used to evaluate network bandwidth.
Dcoap.rst147 resource constrained, such as by computing power, RF range, memory, bandwidth,
/Zephyr-latest/samples/drivers/lora/send/src/
Dmain.c37 config.bandwidth = BW_125_KHZ; in main()
/Zephyr-latest/samples/net/zperf/
DREADME.rst5 Use the zperf shell utility to evaluate network bandwidth.
11 allows to evaluate network bandwidth.
/Zephyr-latest/samples/drivers/lora/receive/src/
Dmain.c57 config.bandwidth = BW_125_KHZ; in main()
/Zephyr-latest/subsys/net/lib/zperf/
DKconfig12 network traffic and evaluate network bandwidth.
Dzperf_internal.h69 int32_t bandwidth; member
Dzperf_udp_uploader.c90 hdr->bandwidth = 0; in zperf_upload_fin()
226 hdr->bandwidth = htonl(rate_in_kbps); in udp_upload()
/Zephyr-latest/drivers/sensor/bosch/bma280/
DKconfig78 prompt "Acceleration data filter bandwidth"
/Zephyr-latest/include/zephyr/drivers/
Dlora.h73 enum lora_signal_bandwidth bandwidth; member
/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac.c929 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/
Dwifi.h254 const char *const wifi_bandwidth_txt(enum wifi_frequency_bandwidths bandwidth);
Dwifi_mgmt.h587 enum wifi_frequency_bandwidths bandwidth; member
1034 enum wifi_frequency_bandwidths bandwidth; member
/Zephyr-latest/boards/nxp/frdm_rw612/doc/
Dindex.rst11 The RW612 MCU subsystem includes 1.2 MB of on-chip SRAM and a high-bandwidth Quad SPI interface
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c2179 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/
Dnxp_wifi_drv.c534 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/
DREAME.md56 The ideal scenario is when the output "bandwidth" exceeds the input rate. If
/Zephyr-latest/boards/nxp/rd_rw612_bga/doc/
Dindex.rst11 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/
Dindex.rst168 - **TSV912** wide-bandwidth (8 MHz) rail-to-rail I/O op-amp
172 - **IIS3DWB** wide bandwidth accelerometer
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c132 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/
Dindex.rst76 - 1x operational amplifier (7 MHz bandwidth)

12