Home
last modified time | relevance | path

Searched full:bandwidth (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-latest/include/zephyr/drivers/sensor/
Dmmc56x3.h12 * setting the continuous mode and bandwidth selection bits.
25 /* Bandwidth selection bit 0.
32 /* Bandwidth selection bit 1.
Dicm42670.h36 * Filter (LPF) with user selectable filter bandwidth options.
/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.
/Zephyr-latest/dts/bindings/sensor/
Dmemsic,mmc56x3.yaml21 bandwidth-selection-bits-0:
27 bandwidth-selection-bits-1:
Dinvensense,icm42670.yaml104 Accelerometer low pass filter bandwidth frequency (Unit - Hz).
135 Gyroscope low pass filter bandwidth frequency (Unit - Hz).
/Zephyr-latest/drivers/sensor/bosch/bma280/
DKconfig78 prompt "Acceleration data filter bandwidth"
81 Bandwidth of filtered acceleration data.
/Zephyr-latest/drivers/lora/
Dshell.c21 .bandwidth = BW_125_KHZ,
135 shell_print(sh, " Bandwidth: %i kHz", in lora_conf_dump()
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()
178 shell_error(sh, "Invalid bandwidth: %ld", lval); 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()
/Zephyr-latest/samples/net/zperf/
DREADME.rst5 Use the zperf shell utility to evaluate network bandwidth.
11 allows to evaluate network bandwidth.
/Zephyr-latest/include/zephyr/dt-bindings/sensor/
Diis2dlpc.h16 /* Filter bandwidth */
Dlis2dw12.h16 /* Filter bandwidth */
/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/bmi08x/
Dbmi08x.h127 /* Accel Bandwidth */
196 /* Mask definitions for odr, bandwidth and range */
201 /* Position definitions for odr, bandwidth and range */
268 /* Gyro Bandwidth register */
299 /* Gyro Output data rate and bandwidth */
330 /** Mask definitions for range, bandwidth and power */
335 /** Position definitions for range, bandwidth and power */
/Zephyr-latest/samples/drivers/lora/send/src/
Dmain.c37 config.bandwidth = BW_125_KHZ; in main()
/Zephyr-latest/include/zephyr/drivers/
Dlora.h33 * @brief LoRa signal bandwidth
72 /** The bandwidth to use for transceiving */
73 enum lora_signal_bandwidth bandwidth; member
/Zephyr-latest/subsys/tracing/sysview/
Dsysview_config.c104 * from all pointers in order to save bandwidth. It's not an error in SEGGER_SYSVIEW_Conf()
/Zephyr-latest/samples/drivers/lora/receive/src/
Dmain.c57 config.bandwidth = BW_125_KHZ; in main()
/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
982 /* Get bandwidth and convert to bps */ in eth_sam_gmac_get_qav_delta_bandwidth()
983 bandwidth = eth_sam_gmac_get_bandwidth(gmac); in eth_sam_gmac_get_qav_delta_bandwidth()
986 * divide bandwidth - these numbers are so large that it should not 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
[all …]
Ddsa_ksz8xxx.c452 * cables of CAT-5E and CAT-6, both cables have wider bandwidth that has
470 * bandwidth.
472 * The register 0x4c bits [7:6] for receiver low pass filter bandwidth control.
484 * 7-6 RX BW control Low pass filter bandwidth R/W 00 01
498 * For the wider bandwidth cables or on-board capacitor AC coupling
524 * Due to CAT-5E and CAT-6 cable having wider bandwidth, more high frequency
527 * Reducing the receiver low pass filter bandwidth will be the best way to
530 * bandwidth cable.
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.h111 /* Bandwidth parameters */
202 /** Current bandwidth parameter (BWP) as a register value */
/Zephyr-latest/include/zephyr/net/
Dwifi.h248 /** Highest frequency bandwidth available. */
250 /** Invalid frequency bandwidth */
254 const char *const wifi_bandwidth_txt(enum wifi_frequency_bandwidths bandwidth);
688 /** Used for AP mode configuration parameter bandwidth */
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c839 /* Starting with delta bandwidth */ in ZTEST()
847 zassert_equal(ret, 0, "could not set delta bandwidth"); in ZTEST()
855 zassert_equal(ret, 0, "could not read delta bandwidth"); in ZTEST()
857 "delta bandwidth did not change"); in ZTEST()
898 "allowed to set invalid delta bandwidth"); in ZTEST()
906 "allowed to set invalid delta bandwidth"); in ZTEST()
934 zassert_not_equal(ret, 0, "should not be able to set delta bandwidth"); in ZTEST()

123