| /modules/lvgl/ |
| A D | Kconfig.input | 14 int "Input pointer queue message count" 18 Size of the pointer message queue buffering input events. 27 int "Input button queue message count" 31 Size of the button message queue buffering input events. 40 int "Input encoder queue message count" 44 Size of the encoder message queue buffering input events. 53 int "Input keypad queue message count" 57 Size of the keypad message queue buffering input events.
|
| /modules/hal_nordic/nrfs/backends/ |
| A D | nrfs_backend_ipc_service.c | 144 static nrfs_err_t nrfs_backend_try_send_directly_over_ipc_service(void *message, size_t size) in nrfs_backend_try_send_directly_over_ipc_service() argument 150 ret = ipc_service_send(&ipc_cpusys_channel_config.ipc_ept, message, size); in nrfs_backend_try_send_directly_over_ipc_service() 215 nrfs_err_t nrfs_backend_send(void *message, size_t size) in nrfs_backend_send() argument 217 return nrfs_backend_send_ex(message, size, K_NO_WAIT, false); in nrfs_backend_send() 220 nrfs_err_t nrfs_backend_send_ex(void *message, size_t size, k_timeout_t timeout, bool high_prio) in nrfs_backend_send_ex() argument 223 return nrfs_backend_try_send_directly_over_ipc_service(message, size); in nrfs_backend_send_ex() 231 memcpy(tx_data.data, (uint8_t *)message, size); in nrfs_backend_send_ex()
|
| A D | Kconfig | 24 int "Size of TX buffer message queue size" 33 Delay when waiting for next message send retry in case of send error. 40 How many times nrfs will try to send message over ipc service until
|
| A D | nrfs_backend_ipc_service.h | 77 nrfs_err_t nrfs_backend_send_ex(void *message, size_t size, k_timeout_t timeout, bool high_prio);
|
| /modules/hal_nordic/nrf-regtool/ |
| A D | nrf-regtoolConfig.cmake | 16 message(STATUS "Generated UICR hex file: ${generated_hex_file}") 37 message(STATUS "Generated ${peripheral} hex file: ${generated_hex_file}") 62 message(FATAL_ERROR "Unrecognized package component: \"${component}\"")
|
| A D | nrf-regtoolConfigVersion.cmake | 21 message(STATUS
|
| /modules/nanopb/ |
| A D | nanopb.cmake | 13 message(FATAL_ERROR "'protoc' not found, please ensure protoc is installed\ 16 message(STATUS "Found protoc: ${PROTOBUF_PROTOC_EXECUTABLE}")
|
| A D | Kconfig | 31 Disable error message support to save code size. Only error
|
| /modules/openthread/include/ |
| A D | openthread.h | 27 typedef void (*openthread_receive_cb)(struct otMessage *message, void *context);
|
| /modules/openthread/platform/ |
| A D | radio_spinel.cpp | 88 otMessage *message; in openthread_handle_frame_to_send() local 95 message = otIp6NewMessage(instance, &settings); in openthread_handle_frame_to_send() 96 if (message == NULL) { in openthread_handle_frame_to_send() 101 if (otMessageAppend(message, buf->data, buf->len) != OT_ERROR_NONE) { in openthread_handle_frame_to_send() 103 otMessageFree(message); in openthread_handle_frame_to_send() 108 if (otIp6Send(instance, message) != OT_ERROR_NONE) { in openthread_handle_frame_to_send()
|
| A D | radio.c | 534 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() argument 536 return otNat64Send(instance, message); in openthread_nat64_send() 546 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() argument 557 otMessage *message; in openthread_handle_frame_to_send() local 566 message = is_ip6 ? otIp6NewMessage(instance, &settings) in openthread_handle_frame_to_send() 568 if (!message) { in openthread_handle_frame_to_send() 577 otMessageSetMulticastLoopEnabled(message, true); in openthread_handle_frame_to_send() 581 if (otMessageAppend(message, buf->data, buf->len) != OT_ERROR_NONE) { in openthread_handle_frame_to_send() 583 otMessageFree(message); in openthread_handle_frame_to_send() 588 error = is_ip6 ? otIp6Send(instance, message) : openthread_nat64_send(instance, message); in openthread_handle_frame_to_send()
|
| /modules/openthread/ |
| A D | Kconfig | 259 int "The number of message buffers in the buffer pool" 262 "The number of message buffers in the buffer pool." 265 int "The size of a message buffer in bytes" 268 "The size of a message buffer in bytes" 271 bool "Use platform message management" 273 The message pool is managed by platform defined logic. 294 message.
|
| /modules/thrift/cmake/ |
| A D | thrift.cmake | 6 message(FATAL_ERROR "The 'thrift' command was not found")
|
| /modules/hal_afbr/ |
| A D | CMakeLists.txt | 44 message(FATAL_ERROR "Unsupported CPU type")
|
| /modules/canopennode/ |
| A D | CO_driver_target.h | 64 const CO_CANrxMsg_t *message);
|
| /modules/hal_nxp/mcux/mcux-sdk-ng/device/ |
| A D | device.cmake | 8 message(STATUS "Looking for device ${MCUX_DEVICE} in ${SdkRootDirPath}/devices/") 15 message(STATUS "Found device folder: ${folder}") 22 message(FATAL_ERROR "Device ${MCUX_DEVICE} not found in ${SdkRootDirPath}/devices/")
|
| /modules/hal_infineon/cat1cm0p/ |
| A D | CMakeLists.txt | 36 message(WARNING "Can't find CM0+ binaries, please execute: \'west blobs fetch hal_infineon\' ")
|
| /modules/thrift/src/thrift/transport/ |
| A D | TSSLSocket.h | 364 TSSLException(const std::string &message) in TSSLException() argument 365 : TTransportException(TTransportException::INTERNAL_ERROR, message) in TSSLException()
|
| /modules/hal_nordic/nrfs/ |
| A D | CMakeLists.txt | 41 …message(WARNING "This service is for Nordic Semiconductor INTERNAL purposes ONLY. Use it with caut…
|
| /modules/hal_rpi_pico/bootloader/ |
| A D | CMakeLists.txt | 29 message(FATAL_ERROR "No flash type selected")
|
| /modules/mbedtls/ |
| A D | CMakeLists.txt | 11 message(WARNING "No entropy device on the system, using fake entropy source!") 17 message(WARNING " 22 message(FATAL_ERROR "
|
| /modules/hal_nxp/mcux/mcux-sdk/ |
| A D | CMakeLists.txt | 40 message("Load components for ${MCUX_DEVICE}:")
|
| /modules/hal_infineon/btstack-integration/ |
| A D | CMakeLists.txt | 102 message(INFO " generate include of blob Bluetooth file: ${blob_hcd_file}")
|
| /modules/hal_infineon/wifi-host-driver/ |
| A D | CMakeLists.txt | 310 message(INFO " generate include of blob FW file: ${airoc_wifi_fw_bin}") 316 message(INFO " generate include of blob CLM file: ${airoc_wifi_clm_bin}")
|
| /modules/trusted-firmware-m/ |
| A D | CMakeLists.txt | 233 message(FATAL_ERROR "Unsupported ZEPHYR_TOOLCHAIN_VARIANT: ${ZEPHYR_TOOLCHAIN_VARIANT}") 240 message(FATAL_ERROR "CONFIG_TFM_PARTITION_INITIAL_ATTESTATION is not available " 560 message(WARNING
|