Searched refs:equal (Results 1 – 25 of 98) 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/cdns/sample_controller32/ |
D | Kconfig.defconfig | 7 # For `sample_controller32`, that value is equal to 4096
|
/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/lpc55xxx/ |
D | linker.ld | 14 /* The SDK CMIS SystemInit function sets VTOR equal to &__Vectors,
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/ |
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/shields/rk043fn02h_ct/ |
D | Kconfig.defconfig | 11 # LVGL should allocate buffers equal to size of display
|
/Zephyr-latest/boards/telink/tlsr9518adk80d/ |
D | Kconfig.defconfig | 16 # equal to flash page. tlsr9518adk80d boards use external P25Q16 IC as
|
/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/drivers/input/ |
D | Kconfig.gt911 | 35 Multitouch is ignored if equal to 1.
|
/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/doc/contribute/style/ |
D | devicetree.rst | 16 * Leave a single space on each side of the equal sign (``=``) in property
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/ |
D | Kconfig.defconfig | 31 # LVGL should allocate buffers equal to size of display
|
/Zephyr-latest/drivers/spi/ |
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/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/doc/kernel/services/scheduling/ |
D | index.rst | 46 (:kconfig:option:`CONFIG_SCHED_DEADLINE`) and a choice of threads have equal 50 their static priorities and deadlines are equal. The routine 130 including those of higher priority and equal priority. 142 All ready threads whose priority is higher or equal to that of the 161 including those of equal priority. 182 If no threads of equal priority are ready, the current thread remains 186 time slicing, and are never preempted by a thread of equal priority. 192 of equal-priority threads receive an equitable amount of CPU time,
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.intel_adsp | 40 source code (where it must equal SRAM_SW_REG_SIZE). Be
|
1234