/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | mmc56x3.h | 12 * setting the continuous mode and bandwidth selection bits. 25 /* Bandwidth selection bit 0. 32 /* Bandwidth selection bit 1.
|
D | icm42670.h | 36 * Filter (LPF) with user selectable filter bandwidth options.
|
/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.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | memsic,mmc56x3.yaml | 21 bandwidth-selection-bits-0: 27 bandwidth-selection-bits-1:
|
D | invensense,icm42670.yaml | 104 Accelerometer low pass filter bandwidth frequency (Unit - Hz). 135 Gyroscope low pass filter bandwidth frequency (Unit - Hz).
|
/Zephyr-latest/drivers/sensor/bosch/bma280/ |
D | Kconfig | 78 prompt "Acceleration data filter bandwidth" 81 Bandwidth of filtered acceleration data.
|
/Zephyr-latest/drivers/lora/ |
D | shell.c | 21 .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()
|
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()
|
/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/include/zephyr/dt-bindings/sensor/ |
D | iis2dlpc.h | 16 /* Filter bandwidth */
|
D | lis2dw12.h | 16 /* Filter bandwidth */
|
/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/bmi08x/ |
D | bmi08x.h | 127 /* 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/ |
D | main.c | 37 config.bandwidth = BW_125_KHZ; in main()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | lora.h | 33 * @brief LoRa signal bandwidth 72 /** The bandwidth to use for transceiving */ 73 enum lora_signal_bandwidth bandwidth; member
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | sysview_config.c | 104 * from all pointers in order to save bandwidth. It's not an error in SEGGER_SYSVIEW_Conf()
|
/Zephyr-latest/samples/drivers/lora/receive/src/ |
D | main.c | 57 config.bandwidth = BW_125_KHZ; in main()
|
/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 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 …]
|
D | dsa_ksz8xxx.c | 452 * 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/ |
D | bma4xx.h | 111 /* Bandwidth parameters */ 202 /** Current bandwidth parameter (BWP) as a register value */
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi.h | 248 /** 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/ |
D | main.c | 839 /* 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()
|