Searched refs:equal (Results 1 – 25 of 95) sorted by relevance
1234
/Zephyr-latest/drivers/pinctrl/ |
D | common.c | 29 uint8_t equal = 0U; in pinctrl_update_states() local 40 equal++; in pinctrl_update_states() 46 if (equal != state_cnt) { in pinctrl_update_states()
|
/Zephyr-latest/soc/nxp/lpc/lpc51u68/ |
D | linker.ld | 7 /* The SDK CMIS SystemInit function sets VTOR equal to &__Vectors,
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | CMakeLists.txt | 7 "Run-Time and DFU Mode VID and PID are equal, which can lead to incorrect \
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/ |
D | linker.ld | 14 /* The SDK CMIS SystemInit function sets VTOR equal to &__Vectors,
|
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | linker.ld | 14 /* The SDK CMIS SystemInit function sets VTOR equal to &__Vectors,
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | semaphores.rst | 28 to a non-negative value that is less than or equal to its limit. 31 increments its count, unless the count is already equal to the limit. 41 You may initialize a "full" semaphore (count equal to limit) to limit the number 43 initialize an empty semaphore (count equal to 0, with a limit greater than 0)
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 27 a buffer equal in size to the connected panel. 54 display_write is called with a framebuffer equal in size to the 66 display_write MUST supply a framebuffer equal in size to screen width 104 display_write MUST supply a framebuffer equal in size to screen width
|
/Zephyr-latest/boards/adi/max32672fthr/ |
D | Kconfig.defconfig | 12 # LVGL should allocate buffers equal to size of display
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
D | spi1_pllq_2_d1ppre_4.overlay | 13 * APB2 and PLL_Q clock frequencies are equal.
|
/Zephyr-latest/boards/telink/tlsr9518adk80d/ |
D | Kconfig.defconfig | 16 # equal to flash page. tlsr9518adk80d boards use external P25Q16 IC as
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.gt911 | 35 Multitouch is ignored if equal to 1.
|
/Zephyr-latest/boards/shields/rk043fn02h_ct/ |
D | Kconfig.defconfig | 14 # LVGL should allocate buffers equal to size of display
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 14 # LVGL should allocate buffers equal to size of display
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/ |
D | Kconfig.defconfig | 23 # LVGL should allocate buffers equal to size of display
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/ |
D | Kconfig.defconfig | 25 # LVGL should allocate buffers equal to size of display
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | pagetables.ld | 8 * For the pass 1 build, an equal-sized dummy area is provided as
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/ |
D | Kconfig.defconfig | 31 # LVGL should allocate buffers equal to size of display
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.mcux_lpspi | 31 used (equal length buffers). it may need to be slightly deeper where the
|
D | Kconfig.sam | 33 used (equal length buffers). It may need to be slightly deeper where the
|
D | Kconfig.max32 | 40 used (equal length buffers). It may need to be slightly deeper where the
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 44 (:kconfig:option:`CONFIG_SCHED_DEADLINE`) and a choice of threads have equal 48 their static priorities and deadlines are equal. The routine 128 including those of higher priority and equal priority. 140 All ready threads whose priority is higher or equal to that of the 159 including those of equal priority. 180 If no threads of equal priority are ready, the current thread remains 184 time slicing, and are never preempted by a thread of equal priority. 190 of equal-priority threads receive an equitable amount of CPU time,
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.gecko | 28 3. hw_cycles granularity will be equal to 1 BURTC clock, that is
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | traffic-class.rst | 15 By default, all network traffic is treated equal in Zephyr. If desired, the
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.intel_adsp | 40 source code (where it must equal SRAM_SW_REG_SIZE). Be
|
/Zephyr-latest/samples/bluetooth/hci_ipc/ |
D | README.rst | 38 must be equal to the maximum number of connections supported by the peer application.
|
1234