Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 25 of 64) sorted by relevance

123

/Zephyr-latest/soc/nxp/s32/common/
Dcmsis_rtos_v2_adapt.h14 #undef TRUE
17 enum { FALSE, TRUE}; enumerator
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dwrapper.h14 #ifndef TRUE
15 #define TRUE 1 macro
/Zephyr-latest/modules/hal_nordic/nrf-regtool/
Dnrf-regtoolConfigVersion.cmake16 set(PACKAGE_VERSION_COMPATIBLE TRUE)
18 set(PACKAGE_VERSION_EXACT TRUE)
32 set(PACKAGE_VERSION_UNSUITABLE TRUE)
/Zephyr-latest/samples/subsys/llext/edk/ext2/
DCMakeLists.txt6 set(CMAKE_C_COMPILER_FORCED TRUE)
7 set(CMAKE_CXX_COMPILER_FORCED TRUE)
/Zephyr-latest/samples/subsys/llext/edk/ext1/
DCMakeLists.txt6 set(CMAKE_C_COMPILER_FORCED TRUE)
7 set(CMAKE_CXX_COMPILER_FORCED TRUE)
/Zephyr-latest/samples/subsys/llext/edk/ext3/
DCMakeLists.txt6 set(CMAKE_C_COMPILER_FORCED TRUE)
7 set(CMAKE_CXX_COMPILER_FORCED TRUE)
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/
DCMakeLists.txt6 set(CMAKE_C_COMPILER_FORCED TRUE)
7 set(CMAKE_CXX_COMPILER_FORCED TRUE)
/Zephyr-latest/tests/misc/llext-edk/extension/
DCMakeLists.txt5 set(CMAKE_C_COMPILER_FORCED TRUE)
6 set(CMAKE_CXX_COMPILER_FORCED TRUE)
/Zephyr-latest/scripts/generate_usb_vif/constants/
Dother_constants.py13 TRUE = "true" variable
/Zephyr-latest/share/zephyrunittest-package/cmake/
DZephyrUnittestConfig.cmake3 set(ZEPHYR_UNITTEST TRUE)
/Zephyr-latest/drivers/bluetooth/
DCMakeLists.txt4 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/drivers/stepper/ti/
DCMakeLists.txt5 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/drivers/can/transceiver/
DCMakeLists.txt5 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/drivers/stepper/allegro/
DCMakeLists.txt5 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/drivers/stepper/adi_tmc/
DCMakeLists.txt5 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/drivers/cache/
DCMakeLists.txt6 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/subsys/net/
DCMakeLists.txt4 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/samples/net/sockets/echo_async/src/
Dsocket_echo.c163 int TRUE = 1; in main() local
164 res = setsockopt(serv6, IPPROTO_IPV6, IPV6_V6ONLY, &TRUE, sizeof(TRUE)); in main()
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c142 int TRUE = 1; local
143 res = setsockopt(serv6, IPPROTO_IPV6, IPV6_V6ONLY, &TRUE, sizeof(TRUE));
/Zephyr-latest/drivers/stepper/
DCMakeLists.txt14 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/drivers/wifi/
DCMakeLists.txt4 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/
DCMakeLists.txt19 set_source_files_properties(${REMOTE_ZEPHYR_DIR}/esp32_net_firmware.c PROPERTIES GENERATED TRUE)
/Zephyr-latest/lib/libc/common/
DCMakeLists.txt6 zephyr_library_property(ALLOW_EMPTY TRUE)
/Zephyr-latest/samples/drivers/mbox/
DCMakeLists.txt43 …set_source_files_properties(${REMOTE_ZEPHYR_DIR}/esp32_appcpu_firmware.c PROPERTIES GENERATED TRUE)
/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c655 .enable_brs = !!(frame->flags & CAN_FRAME_BRS) ? TRUE : FALSE, in can_nxp_s32_send()
1040 CanXL_SetErrIntCmd(config->base_sic, CANXL_INT_RX_WARNING, TRUE); in can_nxp_s32_init()
1041 CanXL_SetErrIntCmd(config->base_sic, CANXL_INT_TX_WARNING, TRUE); in can_nxp_s32_init()
1042 CanXL_SetErrIntCmd(config->base_sic, CANXL_INT_ERR, TRUE); in can_nxp_s32_init()
1043 CanXL_SetErrIntCmd(config->base_sic, CANXL_INT_BUSOFF, TRUE); in can_nxp_s32_init()
1044 CanXL_SetErrIntCmd(config->base_sic, CANXL_INT_PASIVE_ERR, TRUE); in can_nxp_s32_init()
1045 CanXL_SetErrIntCmd(config->base_sic, CANXL_INT_RXSMB_OVER, TRUE); in can_nxp_s32_init()
1047 CanXL_SetErrIntCmd(config->base_sic, CANXL_INT_ERR_FAST, TRUE); in can_nxp_s32_init()
1050 CanXL_SetErrIntCmd(config->base_sic, CANXL_INT_RXFIFO_OVER, TRUE); in can_nxp_s32_init()
1202 (.is_rx_fifo_needed = (boolean)TRUE, \

123