Home
last modified time | relevance | path

Searched refs:array (Results 1 – 13 of 13) sorted by relevance

/subsys/modem/
A Dmodem_ubx.c169 if (ubx->unsol_matches.array[i].handler && in modem_ubx_process_handler()
170 matches_filter(frame, &ubx->unsol_matches.array[i].filter)) { in modem_ubx_process_handler()
171 ubx->unsol_matches.array[i].handler(ubx, frame, frame_len, in modem_ubx_process_handler()
236 ubx->unsol_matches.array = config->unsol_matches.array; in modem_ubx_init()
A Dmodem_chat.c767 static bool modem_chat_validate_array(const void *array, size_t size) in modem_chat_validate_array() argument
769 return ((array == NULL) && (size == 0)) || in modem_chat_validate_array()
770 ((array != NULL) && (size > 0)); in modem_chat_validate_array()
/subsys/bluetooth/host/
A Dsettings.h25 #define ID_DATA_LEN(array) (bt_dev.id_count * sizeof(array[0])) argument
/subsys/mgmt/osdp/
A DKconfig.pd221 - 01: the PD sends card data to the CP as array of bits, not exceeding
223 - 02: the PD sends card data to the CP as array of BCD characters, not
225 - 03: the PD can send card data to the CP as array of bits, or as an
226 array of BCD characters.
/subsys/mem_mgmt/
A DKconfig10 time an array of the memory regions defined in the DT that can be
/subsys/net/lib/wifi_credentials/
A DCMakeLists.txt48 # convert .pem files to array data at build time
/subsys/net/l2/wifi/
A DCMakeLists.txt37 # convert .pem files to array data at build time
/subsys/usb/device/
A DKconfig102 int "Size of the array where alternate settings are stored"
106 Size of the array where alternate settings are stored.
/subsys/task_wdt/
A DKconfig21 The timeouts for each channel are stored in an array. Allocate only
/subsys/net/l2/ethernet/gptp/
A DKconfig180 Announce message. Each array element takes 8 bytes. If this value
/subsys/net/lib/ptp/
A DKconfig258 int "Size of an array that stores foreign timeTransmitters data"
/subsys/settings/
A DKconfig135 On every save, the entire settings array is written to ITS.
/subsys/debug/
A DKconfig325 This option exports an array of offsets to kernel structs to allow

Completed in 45 milliseconds