Home
last modified time | relevance | path

Searched full:prf (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/unit/cbprintf/
Dtestcase.yaml6 utilities.prf.m32v00: # REDUCED
12 utilities.prf.m32v01: # FULL
18 utilities.prf.m32v02: # REDUCED + FP
25 utilities.prf.m32v03: # FULL + FP
32 utilities.prf.m32v07: # FULL + FP + FP_A
40 utilities.prf.m32v08: # %n
47 utilities.prf.m32v80: # NANO
54 utilities.prf.m32v101: # FULL + LIBC
61 utilities.prf.m32v181: # NANO + FULL + LIBC
69 utilities.prf.m32v200: # PACKAGED REDUCED
[all …]
Dmain.c176 static int prf(char *static_package_str, const char *format, ...) in prf() function
266 *rc = prf(sp_buf, _fmt, __VA_ARGS__); \
278 *rc = prf(NULL, WRAP_FMT(_fmt), PASS_ARG(__VA_ARGS__))
365 ZTEST(prf, test_pct) in ZTEST() argument
374 ZTEST(prf, test_c) in ZTEST() argument
381 rc = prf(NULL, "/%256c/", 'a'); in ZTEST()
410 ZTEST(prf, test_s) in ZTEST() argument
438 ZTEST(prf, test_v_c) in ZTEST() argument
452 ZTEST(prf, test_d_length) in ZTEST() argument
535 ZTEST(prf, test_d_flags) in ZTEST() argument
[all …]
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_utils.h324 * frequency (PRF) is required. HRP UWB drivers will be expected to expose the
325 * supported norminal PRF rates as a driver attribute. Existing drivers do not
326 * allow for runtime switching of the PRF, so currently the PRF is considered to
329 * TODO: Add an UwbPrf argument once drivers need to support PRF switching at
370 * only support a single PRF. Once drivers support switching PRF in ieee802154_radio_get_multiple_of_symbol_period()
371 * at runtime an UWB PRF argument needs to be added to this in ieee802154_radio_get_multiple_of_symbol_period()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000.c75 uint8_t prf; /* PRF DWT_PRF_16M or DWT_PRF_64M */ member
131 .prf = DWT_PRF_64M,
464 if (ctx->rf_cfg.prf == DWT_PRF_16M) { in dwt_irq_handle_rx()
972 rf_cfg->prf == DWT_PRF_64M ? IEEE802154_PHY_HRP_UWB_NOMINAL_64_M in dwt_attr_get()
1275 uint8_t prf_idx = rf_cfg->prf; in dwt_configure_rf_phy()
1306 LOG_ERR("PRF not supported %u", prf_idx); in dwt_configure_rf_phy()
1366 if (rf_cfg->prf == DWT_PRF_64M) { in dwt_configure_rf_phy()
1372 if (rf_cfg->prf == DWT_PRF_64M) { in dwt_configure_rf_phy()
1388 if (rf_cfg->prf == DWT_PRF_64M) { in dwt_configure_rf_phy()
1406 /* Configure RF/TX blocks for specified channel and PRF */ in dwt_configure_rf_phy()
[all …]
Dieee802154_dw1000_regs.h512 /* PRF being employed in the receiver = 16M */
514 /* PRF being employed in the receiver = 64M */
/Zephyr-latest/subsys/net/ip/
Dicmpv6.h78 uint8_t prf :2; member
82 uint8_t prf :2;
Dipv6_nbr.c2450 preference = route_info->flags.prf; in handle_ra_route_info()
/Zephyr-latest/modules/hostap/
DCMakeLists.txt275 ${HOSTAP_SRC_BASE}/crypto/sha1-prf.c
278 ${HOSTAP_SRC_BASE}/crypto/sha256-prf.c
281 ${HOSTAP_SRC_BASE}/crypto/sha384-prf.c
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h371 /** Nominal PRF 4MHz symbol period */
373 /** Nominal PRF 16MHz symbol period */
375 /** Nominal PRF 64MHz symbol period */
1388 /* TODO: Allow the PRF to be configured for each TX call once
1389 * drivers need to support PRF switching at runtime.
1393 * repetition frequencies (PRF), see enum
1397 * more than one nominal PRF at runtime, therefore only one bit
1398 * will be set and the current PRF (UwbPrf, MCPS-DATA.request,
1400 * fixed and "well known" via the supported PRF attribute.
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst70 * **MQTT** Message Queue Telemetry Transport (ISO/IEC PRF 20922) is supported.
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst178 * ``ZEP-734`` - Port AES-CMAC-PRF-128 [RFC 4615] encryption library for Thread support
Drelease-notes-2.4.rst1789 * :github:`19414` - UART and prf not working
/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c540 TIME_AND_TSC("AES-CMAC-PRF-128", in main()
/Zephyr-latest/
DMAINTAINERS.yml2350 - utilities.prf