Searched refs:boolean (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/ |
D | qdec_nxp_s32.c | 254 .EnDebugMode = (boolean)En_Debug_Mode, \ 258 .EnLutDma = (boolean)FALSE, \ 259 .EnForceDma = (boolean)FALSE, \ 260 .EnLutInt = (boolean)FALSE, \ 261 .EnForceInt = (boolean)FALSE, \ 262 .InvertOutput = (boolean)FALSE, \ 389 .Lock = (boolean)FALSE, \
|
/Zephyr-latest/doc/build/dts/ |
D | zephyr-user-node.rst | 29 boolean; 44 DT_PROP(ZEPHYR_USER_NODE, boolean) // 1
|
D | api-usage.rst | 151 Use ``DT_PROP(node_id, property)`` to read basic integer, boolean, string, 169 Properties with ``string`` and ``boolean`` types work the exact same way. The 181 Don't use DT_NODE_HAS_PROP() for boolean properties. Use DT_PROP() instead
|
D | intro-syntax-structure.rst | 345 * - boolean 347 - ``my-true-boolean;`` 379 A boolean property is only false if it is completely missing in the DTS.
|
D | bindings-syntax.rst | 162 type: <string | int | boolean | array | uint8-array | string-array | 280 * - ``boolean`` 608 type: boolean
|
D | howtos.rst | 341 how to set a boolean property to false if it's true in BOARD.dts):
|
/Zephyr-latest/drivers/can/ |
D | can_nxp_s32_canxl.c | 263 boolean enable_fd, in can_nxp_s32_set_fd_mode() 264 boolean enable_brs) in can_nxp_s32_set_fd_mode() 1196 .fd_enable = (boolean)IS_ENABLED(CAN_NXP_S32_FD_MODE), \ 1197 .bitRateSwitch = (boolean)CAN_NXP_S32_BRS, \ 1202 (.is_rx_fifo_needed = (boolean)TRUE, \ 1207 .Rx_Fifo_KeepLast = (boolean)FALSE, \ 1208 .isPolling = (boolean)FALSE, \
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 351 existent-boolean; 498 boolean;
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 85 … "" # list of names of the boolean arguments
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | rbtree.rst | 23 return a boolean True value if the first node argument is "less than" 40 predicate, :c:func:`rb_contains`, which returns a boolean True if the
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 84 … "" # list of names of the boolean arguments
|
/Zephyr-latest/cmake/linker/armlink/ |
D | target.cmake | 66 … "" # list of names of the boolean arguments
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 119 … "" # list of names of the boolean arguments
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 112 … "" # list of names of the boolean arguments
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 30 pointer to a boolean set to ``true`` as a parameter to the
|
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 32 * standard boolean types (``bool`` in ``<stdbool.h>``)
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 110 You can also press :kbd:`Y` or :kbd:`N` to set a boolean configuration
|
D | setting.rst | 87 A boolean symbol can also be set to ``n`` with a comment formatted like
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 93 * @param {boolean} linkElements Whether to link elements (treat each element
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 298 This boolean option disables Zephyr assertion testing even
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 334 - Replace the integer ``CONFIG_ZBUS_RUNTIME_OBSERVERS_POOL_SIZE`` with the boolean
|
D | release-notes-1.14.rst | 596 - Avoid implicit conversion to boolean types 598 - Make if() evaluate boolean operands 948 * Added proper support for device tree boolean properties 1686 * :github:`12570` - Zephyr codebase incorrectly uses #ifdef for boolean config values 2199 * :github:`8376` - DTS: 'boolean' type value was defined as True, not 1
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 22 :c:func:`ztest_run_all` and should return a boolean to decide if the suite should run.
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 582 You can also replace ``TRUE`` with another boolean constant in CMake, such as
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 312 * :c:macro:`K_SYSCALL_VERIFY_MSG()` does a runtime check of some boolean
|
12