Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/
Dqdec_nxp_s32.c254 .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/
Dzephyr-user-node.rst29 boolean;
44 DT_PROP(ZEPHYR_USER_NODE, boolean) // 1
Dapi-usage.rst151 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
Dintro-syntax-structure.rst345 * - boolean
347 - ``my-true-boolean;``
379 A boolean property is only false if it is completely missing in the DTS.
Dbindings-syntax.rst162 type: <string | int | boolean | array | uint8-array | string-array |
280 * - ``boolean``
608 type: boolean
Dhowtos.rst341 how to set a boolean property to false if it's true in BOARD.dts):
/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c263 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/
Dtest.dts351 existent-boolean;
498 boolean;
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake85 … "" # list of names of the boolean arguments
/Zephyr-latest/doc/kernel/data_structures/
Drbtree.rst23 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/
Dtarget.cmake84 … "" # list of names of the boolean arguments
/Zephyr-latest/cmake/linker/armlink/
Dtarget.cmake66 … "" # list of names of the boolean arguments
/Zephyr-latest/cmake/linker/ld/
Dtarget.cmake119 … "" # list of names of the boolean arguments
/Zephyr-latest/cmake/linker/xt-ld/
Dtarget.cmake112 … "" # list of names of the boolean arguments
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst30 pointer to a boolean set to ``true`` as a parameter to the
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst32 * standard boolean types (``bool`` in ``<stdbool.h>``)
/Zephyr-latest/doc/build/kconfig/
Dmenuconfig.rst110 You can also press :kbd:`Y` or :kbd:`N` to set a boolean configuration
Dsetting.rst87 A boolean symbol can also be set to ``n`` with a comment formatted like
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs93 * @param {boolean} linkElements Whether to link elements (treat each element
/Zephyr-latest/subsys/debug/
DKconfig298 This boolean option disables Zephyr assertion testing even
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst334 - Replace the integer ``CONFIG_ZBUS_RUNTIME_OBSERVERS_POOL_SIZE`` with the boolean
Drelease-notes-1.14.rst596 - 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/
Dztest.rst22 :c:func:`ztest_run_all` and should return a boolean to decide if the suite should run.
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst582 You can also replace ``TRUE`` with another boolean constant in CMake, such as
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst312 * :c:macro:`K_SYSCALL_VERIFY_MSG()` does a runtime check of some boolean

12