/Zephyr-latest/tests/subsys/llext/src/ |
D | init_fini_ext.c | 26 static int number; variable 27 EXPORT_SYMBOL(number); 31 number = 1; in preinit_fn_1() 36 number <<= 4; in preinit_fn_2() 37 number |= 2; in preinit_fn_2() 42 number <<= 4; in init_fn() 43 number |= 3; in init_fn() 48 number <<= 4; in fini_fn() 49 number |= 4; in fini_fn() 68 zassert_equal(number, expected, "got 0x%x instead of 0x%x during test", in test_entry() [all …]
|
D | multi_file_ext1.c | 17 int number = 0x42; variable 31 number = 0x42; in test_entry() 40 number, ext_number, ext_sum_fn(ext_number)); in test_entry() 41 zassert_equal(number, 0x42); in test_entry() 43 number ^= ext_number; in test_entry() 44 ext_number ^= number; in test_entry() 45 number ^= ext_number; in test_entry() 46 zassert_equal(number, 0x18); in test_entry() 49 number, ext_number, ext_sum_fn(ext_number)); in test_entry()
|
D | object_ext.c | 17 int number = 42; variable 30 number = 42; in test_entry() 38 printk("number: %d\n", number); in test_entry() 39 zassert_equal(number, 42); in test_entry() 40 number = 0; in test_entry() 41 printk("number, updated: %d\n", number); in test_entry() 42 zassert_equal(number, 0); in test_entry()
|
D | hello_world_ext.c | 19 static const uint32_t number = 42; variable 24 printk("A number is %u\n", number); in test_entry() 25 zassert_equal(number, 42); in test_entry()
|
D | find_section_ext.c | 18 int number = 42; variable 25 EXPORT_SYMBOL(number);
|
D | multi_file_ext2.c | 9 extern int number; 14 return arg + number; in ext_sum_fn()
|
D | logging_ext.c | 19 static const uint32_t number = 42; variable 24 LOG_INF("A number is %" PRIu32, number); in test_entry()
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 6 The random API subsystem provides random number generation APIs in both 9 random number. The non-cryptographic APIs will return random values 13 FIPS 140-2 [NIST02]_ recommended algorithms. Hardware based random-number 34 For testing, this option allows a non-random number generator to be used and 35 permits random number APIs to return values that are not truly random. 37 The random number generator choice group allows selection of the RNG 48 The random number generators available include: 51 enables number generator based on system timer clock. This number 55 enables a random number generator that uses the enabled hardware 59 enables the Xoshiro128++ pseudo-random number generator, that uses the [all …]
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.stm32 | 18 int "Maximum number of standard (11-bit) ID filters" 22 Defines the maximum number of filters with standard ID (11-bit) 28 The following equation determines the maximum total number of 34 int "Maximum number of extended (29-bit) ID filters" 38 Defines the maximum number of filters with extended ID (29-bit) 44 The following equation determines the maximum total number of 62 int "Maximum number of standard (11-bit) ID filters" 66 Defines the maximum number of filters with standard ID (11-bit) 70 int "Maximum number of extended (29-bit) ID filters" 74 Defines the maximum number of filters with extended ID (29-bit)
|
D | Kconfig.nxp_s32 | 22 int "Maximum number of RX descriptors" 27 Maximum number of RX descriptors. 30 int "Maximum number of TX descriptors" 34 Maximum number of TX descriptors.
|
D | Kconfig.xmc4xxx | 16 int "Maximum number of queued messages" 21 as well as the number of messages in the TX queue. 28 Defines the number of CAN messages in each RX FIFO. A separate RX FIFO 39 int "Maximum number of concurrent active filters" 43 Maximum number of filters supported by the can_add_rx_callback() API call.
|
D | Kconfig.mcp251xfd | 19 int "Maximum number of queued messages" 24 as well as the number of messages in the TX queue. 31 Defines the number of CAN messages in the RX fifo. 44 Thread priority of the interrupt handler. A higher number implies a 55 int "Maximum number of concurrent active filters" 59 Maximum number of filters supported by the can_add_rx_callback() API call.
|
D | Kconfig.mcux | 25 int "Maximum number of wait loop iterations" 28 Maximum number of wait loop iterations for the MCUX FlexCAN HAL when entering/leaving 32 int "Maximum number of message buffers for concurrent active instances" 40 Defines maximum number of message buffers for concurrent active instances. 43 int "Maximum number of concurrent active RX filters" 53 Defines maximum number of concurrent active RX filters
|
/Zephyr-latest/subsys/random/ |
D | Kconfig | 9 bool "Allow non-random number generator" 11 This option signifies that a non-random number generator is allowed to 12 be used and the kernel's random number APIs are permitted to return 16 number generator is not available. The non-random number generator 21 application is allowed to run with a random number generator that is not 26 Note that this option does not imply that a non-random number generator 28 device-backed random number generator, if available, will be selected by 32 int "Initial state used by clock based number generator" 36 early random number genenator. 45 Platform dependent non-cryptographically secure random number support. [all …]
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.version | 19 The major version number, such as 3 in 3.4.0 24 The minor version number, such as 4 in 3.4.0 29 The patchlevel version number, such as 0 in 3.4.0 32 bool "Kernel version number" 52 The app major version number, such as 1 in 1.0.0 57 The app minor version number, such as 0 in 1.0.0 62 The app patchlevel version number, such as 0 in 1.0.0 65 bool "App version number"
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | hfp_ag.h | 96 int (*memory_dial)(struct bt_hfp_ag *ag, const char *location, char **number); 106 void (*outgoing)(struct bt_hfp_ag *ag, const char *number); 116 void (*incoming)(struct bt_hfp_ag *ag, const char *number); 207 int bt_hfp_ag_remote_incoming(struct bt_hfp_ag *ag, const char *number); 248 int bt_hfp_ag_outgoing(struct bt_hfp_ag *ag, const char *number);
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | Kconfig | 13 These tests measure the total number of RTOS events that can be 20 the number of times it performs a set of calculations. This number 49 The interrupt preemption benchmark counts the number of times that 51 of a thread. The total number of context switches is reported every 57 The memory allocation benchmark counts the number of times a thread 58 is able to allocate and then release a 128-byte block. This number 64 The message processing benchmark counts the number of times that a 66 This number is reported every 30 seconds. 73 cyclical pattern. The total number of context switches is reported 79 The synchronization benchmark counts the number of times that a [all …]
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.multilevel | 12 number of addressable interrupts in a system. For example, if two 17 second level. The number of interrupt levels is usually determined 23 int "Total number of first level interrupt bits" 27 The number of bits to use of the 32 bit interrupt mask for first 35 The maximum number of interrupt inputs to any aggregator in the 41 Second level interrupts are used to increase the number of 54 int "Total number of second level interrupt aggregators" 59 The number of level 2 interrupt aggregators to support. Each 64 int "Total number of second level interrupt bits" 68 The number of bits to use of the 32 bit interrupt mask for second [all …]
|
D | Kconfig.cavs | 12 These are 4 in number supporting a max of 32 interrupts each. 24 int "Parent interrupt number to which CAVS_0 maps" 28 int "Parent interrupt number to which CAVS_1 maps" 32 int "Parent interrupt number to which CAVS_2 maps" 36 int "Parent interrupt number to which CAVS_3 maps"
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.mqueue | 13 int "Maximum number of messages in a POSIX message queue" 16 Mention maximum number of messages in message queue in POSIX compliant 20 int "Maximum number of POSIX message priorities" 23 Maximum number of message priorities supported by the implementation. 36 Mention size of message queue name in number of characters.
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.smartbond | 18 int "Thread-mode random number pool size" 27 int "Thread-mode random number pool low-water threshold" 31 thread mode consumers. As soon as the number of available bytes in the 32 buffer goes below this number hardware entropy generation will be 36 int "ISR-mode random number pool size" 45 int "ISR-mode random number pool low-water threshold" 49 ISR consumers. As soon as the number of available bytes in the 50 buffer goes below this number hardware entropy generation will be
|
D | Kconfig.nrf5 | 21 This option enables the RNG peripheral, which is a random number 35 int "Thread-mode random number pool size" 44 int "Thread-mode random number pool low-water threshold" 48 thread mode consumers. As soon as the number of available bytes in the 49 buffer goes below this number hardware entropy generation will be 53 int "ISR-mode random number pool size" 62 int "ISR-mode random number pool low-water threshold" 66 ISR consumers. As soon as the number of available bytes in the 67 buffer goes below this number hardware entropy generation will be
|
D | Kconfig.stm32 | 13 This option enables the RNG processor, which is a entropy number 21 int "Thread-mode random number pool size" 30 int "Thread-mode random number pool low-water threshold" 34 thread mode consumers. As soon as the number of available bytes in the 35 buffer goes below this number hardware entropy generation will be 39 int "ISR-mode random number pool size" 48 int "ISR-mode random number pool low-water threshold" 52 ISR consumers. As soon as the number of available bytes in the 53 buffer goes below this number hardware entropy generation will be
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.cp | 12 In PD mode, number of connected PDs is always 1 and cannot 19 Comma Separated Values of PD addresses. The number of values in this 20 string should exactly match the number of connected PDs specified above 26 The number of commands that can be queued to a given PD. In CP mode, 27 the queue size is multiplied by number of connected PD so this can grow 43 defined the number of times such a POLL command is sent per second.
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | Kconfig | 23 Mention max number of threads in CMSIS RTOS V2 compliant application. 24 There's a limitation on the number of threads due to memory 32 Mention max number of dynamic threads in CMSIS RTOS V2 compliant 33 application. There's a limitation on the number of threads due to memory 56 Mention maximum number of timers in CMSIS RTOS V2 compliant application. 63 Mention max number of mutexes in CMSIS RTOS V2 compliant application. 70 Mention max number of semaphores in CMSIS RTOS V2 compliant application. 77 Mention maximum number of memory slabs in CMSIS RTOS V2 compliant application. 90 Mention maximum number of message queues in CMSIS RTOS V2 compliant application. 103 Mention maximum number of event flags in CMSIS RTOS V2 compliant application.
|