Home
last modified time | relevance | path

Searched full:least (Results 1 – 25 of 275) sorted by relevance

1234567891011

/Zephyr-Core-2.7.6/include/arch/common/
Dffs.h25 * numbered starting at 1 from the least significant bit. A return value of
43 * @brief find least significant bit set in a 32-bit word
45 * This routine finds the first bit set starting from the least significant bit
47 * numbered starting at 1 from the least significant bit. A return value of
50 * @return least significant bit set, 0 if @a op is 0
/Zephyr-Core-2.7.6/doc/security/
Dsecure-coding.rst12 the internet, or at least to other devices (that may themselves have
40 vulnerability knowledge that at least one of the primary developers
86 - **Least privilege** describes an access model in which each user,
92 - **Least common mechanism** specifies that mechanisms common to more
137 The Zephyr project must have at least one primary developer who knows
166 - least privilege (processes should operate with the least privilege
169 - least common mechanism (the design should minimize the mechanisms
174 for ease of use - designing for "least astonishment" can help)
200 At least one of the primary developers **must** know of common kinds of
202 as at least one method to counter or mitigate each of them.
[all …]
/Zephyr-Core-2.7.6/samples/boards/ti/cc13x2_cc26x2/system_off/src/
Dext_flash.c41 * least 45% of the period. in CC1352R1_LAUNCHXL_sendExtFlashByte()
51 * Keep CS high at least 40 us in CC1352R1_LAUNCHXL_sendExtFlashByte()
64 * least 20 ns and ten wait at least 35 us. in CC1352R1_LAUNCHXL_wakeUpExtFlash()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/util/
Dutil.c60 * - It shall have at least three ones in the least significant 8 bits.
61 * - It shall have no more than eleven transitions in the least significant 16
181 * It shall have no more than eleven transitions in the least in util_aa_le32()
254 * values shall differ in at least two bits. in util_saa_le32()
259 * differ in at least two bits. in util_saa_le32()
283 /* Most significant 6 bits of DW are bit extension of least significant in util_bis_aa_le32()
296 /* Most significant 16-bits of SAA XOR DW, least significant 16-bit are in util_bis_aa_le32()
/Zephyr-Core-2.7.6/samples/basic/blinky_pwm/src/
Dmain.c53 * Keep its value at least MIN_PERIOD_USEC * 4 to make sure in main()
54 * the sample changes frequency at least once. in main()
63 "does not support a period at least %u\n", in main()
/Zephyr-Core-2.7.6/tests/benchmarks/latency_measure/src/
Dheap_malloc_free.c51 * to do k_malloc at least once, then it's meaningless to in heap_malloc_free()
56 "k_malloc at least once, please " in heap_malloc_free()
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/
DKconfig.pd29 The 7 least significant bits represent the address of the PD to which
57 IEEE assigned OUI. Least 24 bits are valid.
64 Manufacturer's model number. Least 8 bits are valid.
71 Manufacturer's version of this product. Least 8 bits are valid.
/Zephyr-Core-2.7.6/doc/reference/api/
Dapi_lifecycle.rst35 - The API introduction should be accompanied by at least one implementation
37 - At least one sample using the new API (may only build on one single board)
46 The API shall be promoted to ``unstable`` when it has at least two
64 least two implementations on different hardware platforms.
83 - The API has been in-use and was available in at least 2 development releases
194 The API needs to be marked as deprecated in at least two full releases.
/Zephyr-Core-2.7.6/drivers/pinmux/
Dpinmux_intel_s1000.c28 * retrieve the least and most significant bit positions for in pinmux_set()
56 * retrieve the least and most significant bit positions for in pinmux_get()
/Zephyr-Core-2.7.6/tests/bluetooth/shell/boards/
Dnative_posix.conf6 # detection, hence data processing is at least two ticks per packet. To support
/Zephyr-Core-2.7.6/drivers/sensor/icm42605/
Dicm42605_setup.c174 /* Need at least 10ms after soft reset */ in icm42605_sensor_init()
410 /* Accelerometer sensor need at least 10ms startup time in icm42605_turn_on_sensor()
411 * Gyroscope sensor need at least 30ms startup time in icm42605_turn_on_sensor()
437 /* Accelerometer sensor need at least 10ms startup time in icm42605_turn_off_sensor()
438 * Gyroscope sensor need at least 30ms startup time in icm42605_turn_off_sensor()
/Zephyr-Core-2.7.6/drivers/can/
DKconfig.rcar19 Must be at least the size of concurrent reads.
DKconfig.stm3223 Must be at least the size of concurrent reads.
DKconfig.mcp251535 Must be at least the size of concurrent reads.
DKconfig.loopback25 Must be at least the size of concurrent reads.
/Zephyr-Core-2.7.6/drivers/led_strip/
Dapa102.c26 /* Start frame: at least 32 zeros */ in apa102_update()
36 /* End frame: at least 32 ones to clock the in apa102_update()
/Zephyr-Core-2.7.6/drivers/ethernet/
DKconfig.sam_gmac65 at least one complete Ethernet frame. SAM ETH driver will always allocate
69 fit at least two Ethernet frames: one being received by the GMAC module
/Zephyr-Core-2.7.6/tests/posix/common/src/
Dsleep.c38 /* test that sleeping for 1s sleeps for at least 1s */ in test_sleep()
44 /* test that sleeping for 2s sleeps for at least 2s */ in test_sleep()
/Zephyr-Core-2.7.6/include/arch/arm64/
Dtpidrro_el0.h12 * CPU's struct _cpu instance. But such a pointer is at least 8-bytes
/Zephyr-Core-2.7.6/dts/bindings/net/wireless/
Dnordic,nrf-radio.yaml28 antenna switches depends on the use case. Nevertheless, at least two
31 That in turn means that at least one dfegpio[n]-gpios
109 property, the value must be at least two.
/Zephyr-Core-2.7.6/subsys/demand_paging/backing_store/
DKconfig39 cases for demand paging assume that there are at least 16 pages of
/Zephyr-Core-2.7.6/subsys/debug/coredump/
DKconfig57 and _image_ram_end[]. This includes at least data,
/Zephyr-Core-2.7.6/boards/common/
Dopenocd-nrf5.board.cmake23 # script, at least for openocd 0.10.0 and the openocd shipped with
/Zephyr-Core-2.7.6/tests/drivers/counter/counter_cmos/src/
Dmain.c15 #define MIN_BOUND 1 /* counter must report at least MIN_BOUND .. */
/Zephyr-Core-2.7.6/include/logging/
Dlog_core2.h48 * @retval true if at least one message is pending.

1234567891011