Searched full:specified (Results 1 – 25 of 832) sorted by relevance
12345678910>>...34
/Zephyr-Core-3.6.0/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 37 ``osErrorResource`` (the semaphore specified by parameter 41 ``osErrorResource`` (mutex specified by parameter mutex_id 45 ``osErrorResource`` (the timer specified by parameter timer_id 49 ``osErrorResource`` (the message queue specified by 54 ``osErrorResource`` (the message queue specified by 59 ``osErrorResource`` (the memory pool specified by 64 ``osErrorResource`` (the memory pool specified by 70 and osFlagsErrorResource (Event flags object specified by 79 ``osFlagsErrorResource`` (Thread specified by parameter
|
/Zephyr-Core-3.6.0/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/ |
D | fs_mgmt.h | 35 /** The specified file name is not valid. */ 38 /** The specified file does not exist. */ 41 /** The specified file is a directory, not a file. */ 63 * The specified data offset is not valid, this could indicate that the file on the device 77 /** The specified mount point was not found or is not mounted. */ 80 /** The specified mount point is that of a read-only filesystem. */
|
/Zephyr-Core-3.6.0/dts/bindings/input/ |
D | espressif,esp32-touch-sensor.yaml | 83 If not specified defaults to ESP32_TOUCH_FILTER_MODE_IIR_16. 90 If not specified defaults to 1. 97 If not specified defaults to ESP32_TOUCH_FILTER_NOISE_THR_4_8TH. 104 If not specified defaults to 4. 111 If not specified defaults to ESP32_TOUCH_FILTER_SMOOTH_MODE_IIR_2. 126 If not specified defaults to 20.
|
D | gpio-keys.yaml | 36 If not specified defaults to 30. 42 specified debounce-interval-ms instead.
|
/Zephyr-Core-3.6.0/include/zephyr/mem_mgmt/ |
D | mem_attr_heap.h | 36 * @brief Allocate memory with a specified attribute and size. 38 * Allocates a block of memory of the specified size in bytes and with a 39 * specified capability / attribute. The attribute is used to select the 51 * @brief Allocate aligned memory with a specified attribute, size and alignment. 53 * Allocates a block of memory of the specified size in bytes and with a 54 * specified capability / attribute. Takes an additional parameter specifying a
|
/Zephyr-Core-3.6.0/subsys/logging/ |
D | Kconfig.filtering | 34 specified level if it is greater than this option, otherwise they use 35 the level specified by this option instead of their default or 51 specified level if it is greater than this option, otherwise they use 52 the level specified by this option instead of their default or
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/mm/ |
D | mm_drv_bank.h | 68 * @brief Track the mapping of a page in the specified memory bank 71 * specified memory bank. 80 * @brief Track the unmapping of a page in the specified memory bank 83 * specified memory bank. 95 * the specified memory bank to the current number of pages mapped in 103 * @brief Retrieve the memory usage stats for the specified memory bank
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | multi_heap.h | 23 * in backend, which is then provided to a user-specified "choice" 34 * specified by the user as an argument to sys_multi_heap_alloc(), and 39 * specified configuration. 48 * @param size The user-specified allocation size in bytes 69 * Initialize a sys_multi_heap struct with the specified choice 108 * specified size in bytes. Takes an opaque configuration pointer 123 * the specified size in bytes. Takes an additional parameter 152 * Returns the specified block, which must be the return value of a 157 * Accepts NULL as a block parameter, which is specified to have no
|
/Zephyr-Core-3.6.0/arch/arm/include/cortex_m/ |
D | cmse.h | 34 * security states and privilege levels have on memory at a specified address 58 * Evaluates whether a specified memory location can be read according to the 59 * permissions of the current state MPU and the specified operation mode. 77 * Evaluates whether a specified memory location can be read/written according 78 * to the permissions of the current state MPU and the specified operation 97 * Evaluates whether a memory address range, specified by its base address 99 * and the specified operation mode. 119 * Evaluates whether a memory address range, specified by its base address 121 * state MPU and the specified operation mode. 276 * Evaluates whether a specified memory location belongs to a Secure region. [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/arch/arc/v2/ |
D | arcv2_irq_unit.h | 43 * Enables or disables the specified interrupt 63 * Enables the specified interrupt 75 * Disables the specified interrupt 87 * Polls the enable status of the specified interrupt 110 * Set the priority of the specified interrupt 134 * Configure the secure state of the specified interrupt 160 * Set the sensitivity of the specified interrupt to either
|
/Zephyr-Core-3.6.0/dts/bindings/sdhc/ |
D | sdhc.yaml | 16 is specified by the driver. 23 is specified by the driver. 30 is specified by the driver.
|
/Zephyr-Core-3.6.0/arch/arc/core/ |
D | arc_connect.c | 314 * Set the triggering mode and distribution mode for the specified common 326 /* Read the internal MODE register of the specified common interrupt */ 340 * Set the target cores to receive the specified common interrupt 351 /* Read the internal DEST register of the specified common interrupt */ 364 /* Assert the specified common interrupt */ 372 /* Acknowledge the specified common interrupt */ 380 /* Read the internal STATUS register of the specified common interrupt */ 393 /* Read the internal SOURCE register of the specified common interrupt */ 406 /* Mask or unmask the specified common interrupt */ 415 /* Read the internal MASK register of the specified common interrupt */
|
/Zephyr-Core-3.6.0/subsys/net/l2/wifi/ |
D | Kconfig | 52 int "Maximum number of SSIDs that can be specified for SSID filtering" 56 Maximum number of SSIDs that can be specified for SSID filtering. 60 int "Maximum number of channels that can be manually specified" 65 The default of 3 allows the 3 most common channels (2.4GHz: 1, 6, 11) to be specified.
|
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/ |
D | lwm2m_registry.h | 12 * @brief Creates and registers an object instance to the registry. Object specified by 33 * @brief Get the engine object instance specified by @p msg->path. Usually only used in do_write 60 * @brief Get the resource instance specified by @p path. Creates and allocates a new one 73 * @brief Gets the resource specified by @p pathstr. 84 * @brief Gets the resource specified by @p path. 93 * @brief Returns pointer to the object in the registry specified by @p path. 102 * @brief Returns pointer to the object instance in the registry specified by @p path. 111 * @brief Returns pointer to the resource in the registry specified by @p path. 120 * @brief Returns pointer to the resource instance in the registry specified by @p path. 129 * @brief Get the engine obj specified by @p obj_id.
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | spinlock.c | 81 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_init() 103 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_destroy() 121 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_lock() 138 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_trylock() 153 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_unlock()
|
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/gpio/ |
D | numicro-gpio.h | 13 * specified by the Linux GPIO binding. Only applicable for Nuvoton NuMicro SoCs. 21 * specified by the Linux GPIO binding. Only applicable for Nuvoton NuMicro SoCs.
|
/Zephyr-Core-3.6.0/boards/arm/nrf52840_mdk_usb_dongle/ |
D | Kconfig.defconfig | 17 # Nordic nRF5 bootloader exists outside of the partitions specified in the 22 # which will make it link into the correct partition specified in DTS file,
|
/Zephyr-Core-3.6.0/dts/bindings/regulator/ |
D | nxp,vref.yaml | 33 Buffer startup delay as specified in the 40 Maximum bandgap startup time as specified in the
|
D | nordic,npm1300-regulator.yaml | 75 Regulator enable controlled by specified regulator GPIO pin. 81 Regulator enable controlled by specified regulator GPIO pin. 87 Retention mode controlled by specified regulator GPIO pin.
|
/Zephyr-Core-3.6.0/samples/tfm_integration/psa_crypto/src/ |
D | psa_attestation.h | 23 * @return Returns error code as specified in \ref psa_status_t 51 * @return Returns error code as specified in \ref psa_status_t 59 * @return Returns error code as specified in \ref psa_status_t
|
/Zephyr-Core-3.6.0/dts/bindings/dai/ |
D | nxp,dai-sai.yaml | 17 By default, if this property is not specified, MCLK will be 59 through an IPC. If this property is not specified, the DAI 71 If this property is not specified, the transmitter will be set to ASYNC. 84 If this property is not specified, the receiver will be set to ASYNC.
|
/Zephyr-Core-3.6.0/boards/arm/bl654_usb/ |
D | Kconfig.defconfig | 14 # Nordic nRF5 bootloader exists outside of the partitions specified in the 20 # which will make it link into the correct partition specified in DTS file,
|
/Zephyr-Core-3.6.0/include/zephyr/arch/arc/v2/dsp/ |
D | arc_dsp.h | 16 * not be used by the specified thread. It is used by ARC only. 31 * be used by the specified thread. It is used by ARC only.
|
/Zephyr-Core-3.6.0/samples/drivers/adc/ |
D | README.rst | 25 In addition to that, this sample requires an ADC channel specified in the 31 also needs to be specified in devicetree, in ADC controller child nodes. Also 32 the ADC resolution and oversampling setting (if used) need to be specified
|
/Zephyr-Core-3.6.0/include/zephyr/input/ |
D | input_hid.h | 24 * @retval -1 if there's no HID code for the specified input code. 36 * @retval 0 if there's no HID modifier for the specified input code.
|
12345678910>>...34