Searched full:note (Results 1 – 25 of 2054) sorted by relevance
12345678910>>...83
/Zephyr-Core-3.5.0/include/zephyr/portability/ |
D | cmsis_os.h | 48 /// \note MUST REMAIN UNCHANGED: \b osCMSIS identifies the CMSIS-RTOS API version. 51 /// \note CAN BE CHANGED: \b osCMSIS_KERNEL identifies the underlying RTOS kernel and version numbe… 54 /// \note MUST REMAIN UNCHANGED: \b osKernelSystemId shall be consistent in every CMSIS-RTOS. 57 /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS. 81 /// \note MUST REMAIN UNCHANGED: \b osPriority shall be consistent in every CMSIS-RTOS. 94 /// \note MUST REMAIN UNCHANGED: \b osWaitForever shall be consistent in every CMSIS-RTOS. 98 /// \note MUST REMAIN UNCHANGED: \b osStatus shall be consistent in every CMSIS-RTOS. 119 /// \note MUST REMAIN UNCHANGED: \b os_timer_type shall be consistent in every CMSIS-RTOS. 126 /// \note MUST REMAIN UNCHANGED: \b os_pthread shall be consistent in every CMSIS-RTOS. 130 /// \note MUST REMAIN UNCHANGED: \b os_ptimer shall be consistent in every CMSIS-RTOS. [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/dac/ |
D | microchip,mcp4728.yaml | 18 Note: array entries correspond to the successive channels 29 Note: with values bigger than 0 most of channel circuits are powered off 30 Note: array entries correspond to the successive channels 39 Note: applicable only when internal Vref is selected 40 Note: array entries correspond to the successive channels
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | atomic_builtin.h | 32 * @note As for all atomic APIs, includes a 56 * @note As for all atomic APIs, includes a 78 * @note As for all atomic APIs, includes a 97 * @note As for all atomic APIs, includes a 116 * @note As for all atomic APIs, includes a 134 * @note As for all atomic APIs, includes a 152 * @note As for all atomic APIs, includes a 170 * @note As for all atomic APIs, includes a 189 * @note As for all atomic APIs, includes a 213 * @note As for all atomic APIs, includes a [all …]
|
D | atomic.h | 101 * @note 106 * @note 123 * @note As for all atomic APIs, includes a 144 * @note As for all atomic APIs, includes a 168 * @note As for all atomic APIs, includes a 192 * @note As for all atomic APIs, includes a 211 * @note As for all atomic APIs, includes a 230 * @note As for all atomic APIs, includes a
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | byteorder.h | 30 * @note @p _v is evaluated 2 times. 44 * @note @p _v is evaluated 3 times. 58 * @note @p _v is evaluated 4 times. 72 * @note @p _v is evaluated 5 times. 86 * @note @p _v is evaluated 6 times. 100 * @note @p _v is evaluated 8 times.
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/timer/ |
D | system_timer.h | 36 * from the the current time have elapsed. Note that spurious calls 46 * Note that ticks can also be passed the special value K_TICKS_FOREVER, 52 * Note also that it is conventional for the kernel to pass INT_MAX 61 * A final note about SMP: note that the call to sys_clock_set_timeout() 82 * @note Legacy timer drivers also use this opportunity to call back 115 * @note Not all system timer drivers has the capability of being disabled. 131 * @note 151 * @note
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/ |
D | smp_reassembly.h | 21 * Note: for efficiency there is no NULL check on @p smpt pointer and it is caller's responsibility 32 * Note: Currently the function is not able to concatenate buffers so re-assembled packet needs 39 * Note: For efficiency there are ot NULL checks on @p smpt and @p buf pointers and it is caller's 61 * Note: for efficiency there is no NULL check on @p smpt pointer and it is caller's responsibility 82 * Note: for efficiency there is no NULL check on @p smpt pointer and it is caller's responsibility 98 * Note: for efficiency there is no NULL check on @p smpt pointer and it is caller's responsibility 111 * Note: for efficiency there is no NULL check on @p smpt pointer and it is caller's responsibility
|
/Zephyr-Core-3.5.0/include/zephyr/usb/class/ |
D | usb_cdc.h | 39 * @note CDC120-20101103-track.pdf, 4.5, Table 6 46 * @note CDC120-20101103-track.pdf, 5.2.3, Table 13 57 * @note PSTN120.pdf, 6.3, Table 13 67 * @note PSTN120.pdf, 6.5, Table 30 79 * @note PSTN120.pdf, 6.5.4, Table 31 115 * @note PSTN120.pdf, 6.3.11, Table 17 134 * @note ECM120.pdf, 6.2, Table 6
|
/Zephyr-Core-3.5.0/subsys/lorawan/nvm/ |
D | lorawan_nvm.h | 16 * @note This function should not be called directly by the application 34 * @note This function should only be called if a NVM has been enabled, and 44 * @note This function shall be called before any other
|
/Zephyr-Core-3.5.0/subsys/usb/usb_c/ |
D | usbc_tc_src_states.c | 21 * NOTE: Implemented in the tc_attached_src_exit 26 * NOTE: Implemented in the tc_cc_rp super state. 43 * NOTE: Audio Adapter Accessory Mode is not supported, so in tc_unattached_src_run() 59 * NOTE: Implemented in tc_attached_src_exit 63 * NOTE: Implemented in TC_CC_RP_SUPER_STATE super state. 67 * NOTE: Implemented in tc_unattached_wait_src_entry 195 * NOTE: Implemented in tc_attached_src_entry. 200 * NOTE: Implemented in the super state of AttachWait.SRC. 203 * NOTE: Implemented in the super state of AttachWait.SRC. 206 * NOTE: Implemented in tc_attached_src_entry. [all …]
|
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/common/ |
D | bstests.h | 20 * Note that you can overwrite this function pointers on the fly 26 * Note that this function can be used for test pre-initialization steps 32 * after the HW models have been initialized. Note that a possible delayed 53 * Note: Use this only to perform special tasks, like sniffing interrupts, 60 * Note that the app's main() has not executed yet, and the kernel is not yet 69 * Note that the app main() has not executed yet.
|
/Zephyr-Core-3.5.0/boards/x86/up_squared/doc/ |
D | index.rst | 22 .. note:: 74 .. note:: 85 .. note:: 90 .. note:: 102 .. note:: 107 .. note::
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/pcie/ |
D | vc.h | 44 * Note: one bit cannot be set more than once among the VCs 58 * Note: Not being able to enable such feature is a non-fatal error 77 * Note: VC must be disabled prior to call this function and 80 * Note: Not being able to enable such feature is a non-fatal error
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_thread_swap_tz/ |
D | testcase.yaml | 10 # NOTE: this platform disables FPU access in TFM. 19 # NOTE: this platform disables FPU access in TFM.
|
/Zephyr-Core-3.5.0/doc/build/kconfig/ |
D | menuconfig.rst | 11 .. note:: 63 .. note:: 85 .. note:: 108 .. note:: 138 .. note:: 145 Also note that filenames starting with ``.`` are not listed by ``ls`` by 166 .. note:: 177 .. note::
|
/Zephyr-Core-3.5.0/drivers/dai/intel/dmic/ |
D | dmic.h | 14 * NOTE: Do not set any of these to 0. 34 #define DMIC_HW_CIC_DECIM_MAX 31 /* Note: Limited by BITS_CIC */ 36 #define DMIC_HW_FIR_DECIM_MAX 20 /* Note: Practical upper limit */ 38 #define DMIC_HW_PDM_CLK_MIN 100000 /* Note: Practical min value */ 39 #define DMIC_HW_DUTY_MIN 20 /* Note: Practical min value */ 40 #define DMIC_HW_DUTY_MAX 80 /* Note: Practical max value */ 75 * Note: The rate dependence can be disabled with zero time_coef with 107 * Note that the parameters px and py must be cast to (int64_t) if other type. 120 /* Convert a float number to fractional Qnx.ny format. Note that there is no
|
/Zephyr-Core-3.5.0/soc/posix/inf_clock/ |
D | Kconfig.soc | 10 each wake reason (e.g. interrupts), before going back to idle. Note that an 15 Note that the interrupt handling is provided by the board.
|
/Zephyr-Core-3.5.0/include/zephyr/modem/ |
D | pipe.h | 107 * @note The MODEM_PIPE_EVENT_OPENED event is invoked immediately if pipe is 122 * @note The MODEM_PIPE_EVENT_RECEIVE_READY event is invoked immediately if pipe has pending 177 * @note The MODEM_PIPE_EVENT_CLOSED event is invoked immediately if pipe is 194 * @note Invoked from instance which initialized the pipe instance 203 * @note Invoked from instance which initialized the pipe instance 212 * @note Invoked from instance which initialized the pipe instance
|
/Zephyr-Core-3.5.0/include/zephyr/pm/ |
D | state.h | 33 * @note This state is correlated with ACPI G0/S0 state 44 * @note This state is correlated with ACPI S0ix state 56 * @note This state is correlated with ACPI S1 state 68 * @note This state is correlated with ACPI S2 state 80 * @note This state is correlated with ACPI S3 state 93 * @note This state is correlated with ACPI S4 state 104 * @note This state is correlated with ACPI G2/S5 state 147 * @note 0 means that this property is not available for this state. 154 * @note 0 means that this property is not available for this state. 176 * @note Only enabled states are initialized. [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/common/ |
D | bt_str.h | 8 /* NOTE: These helper functions always encodes into the same buffer storage. 12 * NOTE: These functions are not thread-safe!
|
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/andes_v5/ |
D | CMakeLists.txt | 16 # Note: AndeStar V5 DSP needs custom Andes V5 toolchain 21 # Note: AndeStar V5 EXEC.IT needs custom Andes V5 toolchain
|
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/doc/ |
D | nrf5340bsim.rst | 49 .. note:: 54 Note that unlike a real nrf5340 device, the nrf5340bsim boards have unlimited RAM and flash for 76 .. note:: 100 .. note:: 105 .. note:: 123 Note that the ARM cryptocell-312 peripheral is not modelled. The mbedTLS library can still be used
|
/Zephyr-Core-3.5.0/include/zephyr/net/http/ |
D | service.h | 31 * @note The @p _resource is the URL without the associated protocol, host, or URL parameters. E.g. 73 * @note The @p _host parameter must be non-`NULL`. It is used to specify an IP address either in 76 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port 94 * @note The @p _host parameter must be non-`NULL`. It is used to specify an IP address either in 97 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port 140 * @note This macro requires that @p _service is defined with @ref HTTP_SERVICE_DEFINE. 151 * @note This macro is suitable for a @p _service defined with either @ref HTTP_SERVICE_DEFINE
|
/Zephyr-Core-3.5.0/doc/build/dts/ |
D | bindings.rst | 15 These pages introduce bindings, describe what they do, note where they are 18 .. note::
|
/Zephyr-Core-3.5.0/include/zephyr/random/ |
D | random.h | 43 * @note The random value returned is not a cryptographically secure 54 * @note The random values returned are not considered cryptographically 67 * @note If the random values requested do not need to be cryptographically
|
12345678910>>...83