Searched full:specified (Results 1 – 25 of 767) sorted by relevance
12345678910>>...31
/Zephyr-Core-3.5.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.5.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.5.0/include/zephyr/drivers/mm/ |
D | mm_drv_bank.h | 47 * @brief Track the mapping of a page in the specified memory bank 50 * specified memory bank. 59 * @brief Track the unmapping of a page in the specified memory bank 62 * specified memory bank. 74 * the specified memory bank to the current number of pages mapped in 82 * @brief Retrieve the memory usage stats for the specified memory bank
|
/Zephyr-Core-3.5.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.5.0/soc/arm/atmel_sam/common/ |
D | soc_pmc.h | 17 * @brief Enable the clock of specified peripheral module. 24 * @brief Disable the clock of specified peripheral module. 31 * @brief Check if specified peripheral module is enabled.
|
/Zephyr-Core-3.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0/lib/posix/ |
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.5.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.5.0/dts/bindings/regulator/ |
D | nordic,npm1300-regulator.yaml | 73 Regulator enable controlled by specified regulator GPIO pin. 79 Regulator enable controlled by specified regulator GPIO pin. 85 Retention mode controlled by specified regulator GPIO pin.
|
D | nxp,vref.yaml | 33 Buffer startup delay as specified in the 40 Maximum bandgap startup time as specified in the
|
/Zephyr-Core-3.5.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.5.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.5.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.5.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.5.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.5.0/include/zephyr/fs/ |
D | fs_sys.h | 60 * @param off Relative offset from the position specified by whence. 101 * Opens an existing directory specified by the path. 144 * Deletes the specified file or directory. 162 * Creates a new directory using specified path. 170 * Checks the status of a file or directory specified by the path. 191 * Formats a device to specified file system type.
|
/Zephyr-Core-3.5.0/samples/cpp/cpp_synchronization/src/ |
D | main.cpp | 85 * @brief wait for a semaphore within a specified timeout 89 * waits for timeout specified 91 * @param timeout the specified timeout in ticks 103 * This routine signals the specified semaphore.
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | platform.py | 27 # if no RAM size is specified by the board, take a default of 128K 34 # if no flash size is specified by the board, take a default of 512K 56 # if no RAM size is specified by the board, take a default of 128K 64 # if no flash size is specified by the board, take a default of 512K
|
/Zephyr-Core-3.5.0/tests/kernel/common/src/ |
D | boot_delay.c | 17 * @brief This module verifies the delay specified during boot. 34 /* compare this with the boot delay specified */ in ZTEST()
|
12345678910>>...31