Searched full:hint (Results 1 – 25 of 38) sorted by relevance
12
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 19 # 'size_hint' is a string shown on errors that gives a hint on how
|
/Zephyr-latest/include/zephyr/drivers/pcie/endpoint/ |
D | pcie_ep.h | 130 * @param ob_mem_type Hint if lowmem/highmem outbound region has to be used, 271 * @param ob_mem_type Hint if lowmem/highmem outbound region has to be used 295 * @param ob_mem_type Hint if lowmem/highmem outbound region has to be used
|
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,tmc5041.yaml | 87 Hint: µstep velocity v[Hz] µsteps / s v[Hz] = v[5041] * ( fCLK[Hz]/2 / 2^23 )
|
D | adi,trinamic-ramp-generator.yaml | 94 Hint: Choose sense resistors in a way, that normal
|
/Zephyr-latest/drivers/timer/ |
D | native_posix_timer.c | 73 * @param idle Hint to the driver that the system is about to enter
|
/Zephyr-latest/kernel/ |
D | idle.c | 82 * CONFIG_PREEMPT_ENABLED=n as an optimization hint in idle()
|
/Zephyr-latest/samples/subsys/debug/fuzz/ |
D | README.rst | 74 ==3243305==Hint: address points to the zero page.
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 106 /* Options bits selecting most significant bit (hint) in type field */
|
D | l2cap_br.c | 1363 uint16_t flags, dcid, opt_len, hint, result = BT_L2CAP_CONF_SUCCESS; in l2cap_br_conf_req() local 1406 hint = opt->type & BT_L2CAP_CONF_HINT; in l2cap_br_conf_req() 1449 if (!hint) { in l2cap_br_conf_req()
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | boot.c | 30 * to inline via ALWAYS_INLINE, normal gcc "inline" is only a hint)!
|
/Zephyr-latest/include/zephyr/drivers/timer/ |
D | system_timer.h | 70 * @param idle Hint to the driver that the system is about to enter
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | bredr.c | 384 shell_print(ctx_shell, "SDP HFPAG data@%p (len %u) hint %u from" in sdp_hfp_ag_user() 444 shell_print(ctx_shell, "SDP A2SRC data@%p (len %u) hint %u from" in sdp_a2src_user()
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 236 bool "Provide a reachability hint for IPv6 Neighbor Discovery"
|
D | ipv6.h | 385 * @brief Provide a reachability hint for IPv6 Neighbor Discovery.
|
/Zephyr-latest/boards/ti/sk_am62/doc/ |
D | index.rst | 126 .. hint::
|
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/ |
D | phyboard_lyra_am62xx_m4.rst | 148 .. hint::
|
/Zephyr-latest/arch/sparc/core/ |
D | fatal.c | 60 * file will give a hint on which stack is active and if it has
|
/Zephyr-latest/doc/hardware/porting/ |
D | soc_porting.rst | 185 .. hint::
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 238 # Hint on where to find symbol information. Used like
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_max3421e.c | 170 const uint8_t hint) in max3421e_hien_disable() argument 174 priv->hien &= ~hint; in max3421e_hien_disable()
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 506 * hint 'next record' is set to false saying the UUID resolution is complete or 507 * the hint can be set by caller to true meaning that next record is available
|
/Zephyr-latest/boards/st/stm32f3_disco/doc/ |
D | index.rst | 32 .. HINT::
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 1760 def resolve_path_hint(hint): argument 1761 if hint == "<zephyr-base>": 1763 elif hint == "<git-top>": 1766 return hint
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 48 .. hint::
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | mosquitto.conf | 383 # acts as an identifier for this listener. The hint is sent to clients and may 384 # be used locally to aid authentication. The hint is a free form string that
|
12