Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_os.h43 compliant to the standard. Note that some functions are optional and need not to be provided by eve…
101 /// \note MUST REMAIN UNCHANGED: \b osCMSIS identifies the CMSIS-RTOS API version
104 /// \note CAN BE CHANGED: \b osCMSIS_KERNEL identifies the underlaying RTOS kernel and version numb…
107 /// \note MUST REMAIN UNCHANGED: \b osKernelSystemId shall be consistent in every CMSIS-RTOS.
110 /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS.
131 /// \note MUST REMAIN UNCHANGED: \b osPriority shall be consistent in every CMSIS-RTOS.
144 /// \note MUST REMAIN UNCHANGED: \b osWaitForever shall be consistent in every CMSIS-RTOS.
148 /// \note MUST REMAIN UNCHANGED: \b osStatus shall be consistent in every CMSIS-RTOS.
169 /// \note MUST REMAIN UNCHANGED: \b os_timer_type shall be consistent in every CMSIS-RTOS.
176 /// \note MUST REMAIN UNCHANGED: \b os_pthread shall be consistent in every CMSIS-RTOS.
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/
H A Duffs_config.h44 * \note maximum page size UFFS support
60 * \note uffs cache the block info for opened directories and files,
67 * \note the bigger value will bring better read/write performance.
76 * \note reserve buffers for clone. 1 or 2 should be enough.
82 * \note spare buffers are used for lower level flash operations,
90 * \note this value should be between '2' and the lesser of
99 * \note Enable debug message output. You must call uffs_InitDebugMessageOutput()
106 * \note use global lock instead of per-device lock.
114 * \note use per-device lock.
123 * \note uffs will use static memory allocator if this is defined.
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A Duffs_config.h44 * \note maximum page size UFFS support
60 * \note uffs cache the block info for opened directories and files,
67 * \note the bigger value will bring better read/write performance.
76 * \note reserve buffers for clone. 1 or 2 should be enough.
82 * \note spare buffers are used for lower level flash operations,
90 * \note this value should be between '2' and the lesser of
104 * \note Enable debug message output. You must call uffs_InitDebugMessageOutput()
111 * \note use global lock instead of per-device lock.
119 * \note use per-device lock.
128 * \note uffs will use static memory allocator if this is defined.
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/
H A Duffs_config.h44 * \note maximum page size UFFS support
60 * \note uffs cache the block info for opened directories and files,
67 * \note the bigger value will bring better read/write performance.
76 * \note reserve buffers for clone. 1 or 2 should be enough.
82 * \note spare buffers are used for lower level flash operations,
90 * \note this value should be between '2' and the lesser of
104 * \note Enable debug message output. You must call uffs_InitDebugMessageOutput()
111 * \note use global lock instead of per-device lock.
119 * \note use per-device lock.
128 * \note uffs will use static memory allocator if this is defined.
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dportevent_m.c81 * Note:The resource is define by OS.If you not use OS this function can be empty.
91 …* Note:The resource is define by Operating System.If you not use OS this function can be just retu…
105 * Note:The resource is define by Operating System.If you not use OS this function can be empty.
116 * @note There functions will block modbus master poll while execute OS waiting.
127 * @note This code is use OS's event mechanism for modbus master protocol stack. in vMBMasterErrorCBRespondTimeout()
138 * @note There functions will block modbus master poll while execute OS waiting.
149 * @note This code is use OS's event mechanism for modbus master protocol stack. in vMBMasterErrorCBReceiveData()
160 * @note There functions will block modbus master poll while execute OS waiting.
171 * @note This code is use OS's event mechanism for modbus master protocol stack. in vMBMasterErrorCBExecuteFunction()
182 * @note There functions will block modbus master poll while execute OS waiting.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-gap.txt28 Note: in PTS IXIT please set:
63 verify that PTS has note: "Non discoverable mode"
65 verify that PTS has note: "Non discoverable mode"
100 Note: in PTS IXIT please set:
143 Note: in PTS IXIT please set:
195 Note: in PTS enter handle for characteristics
198 Note: enter '123456' passkey in PTS
202 Note: in PTS enter handle for characteristics
204 TC_SEC_AUT_BV_13_C PASS Note: in PTS confirm that IUT supports GATT Server
209 Note: in PTS enter handle for characteristics
[all …]
H A Dpts-sm.txt36 Note: enter '123456' passkey in PTS
44 Note: enter invalid passkey
49 Note: enter '123456' passkey in PTS
58 Note: enter '123456' passkey in PTS
104 Note: enter '123456' passkey in PTS
111 Note: enter invalid passkey
119 Note: enter '123456' passkey in PTS
127 Note: enter '123456' passkey in PTS
134 Note: enter '123456' passkey in PTS
138 Note: enter '123456' passkey in PTS
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_flash.h126 * \note This function is optional.
135 * \note This function is optional.
153 …* \note if data is NULL, do not return data; if spare is NULL, do not return spare; if both data a…
156 * \note pad 0xFF for calculating ECC if len < page_data_size
172 * \note flash driver must provide this function if layout_opt is UFFS_LAYOUT_FLASH.
182 …* \note if data is NULL, do not return data; if ts is NULL, do not read tag; if both data and ts a…
185 * \note flash driver DO NOT need to do ecc correction for tag,
194 …* \note If you have ecc_opt UFFS_ECC_HW or UFFS_ECC_HW_AUTO, you MUST implement WritePageWithLayou…
198 * \note If data == NULL && spare == NULL, driver should mark this block as a 'bad block'.
210 …* \note if layout_opt is UFFS_LAYOUT_FLASH or ecc_opt is UFFS_ECC_HW/UFFS_ECC_HW_AUTO, flash drive…
[all …]
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_core.h85 \note irq_num must not be negative.
92 \note The priority cannot be set for every core interrupt.
134 \note I-Cache also turns on.
141 \note I-Cache also turns off.
148 \note I-Cache also invalid
155 \note I-Cache also cleans
162 \note I-Cache also flush.
217 \note every 256 access add 1.
224 \note every 256 miss add 1.
238 \note When the variable <b>__Vendor_SysTickConfig</b> is set to 1, then the
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsnmp_agent.txt6 Note the agent uses the raw-API UDP interface so you may also want to
17 Note the S in SNMP stands for "Simple". Note that "Simple" is
33 Note lwIP has a very limited notion of IP routing. It currently
65 Note you'll might need to adapt you network driver to update
120 Note we don't have a "MIB compiler" that generates C source from a MIB,
123 Note the lwIP enterprise ID (26381) is assigned to the lwIP project,
133 Note the object identifiers for thes MIB-2 and your private MIB
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Dtrap.c52 * @note never invoke this function in application
74 * @note never invoke this function in application
90 * @note never invoke this function in application
111 * @note never invoke this function in application
131 * @note never invoke this function in application
160 /* note: must be the last, if not, may repeat*/ in rt_hw_trap_irq()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_conn.h65 * NOTE: the states are ordered so that we can check to see if the state
82 * Note that the LTK is the key, the SDK is the plain text, and the
136 * NOTE: the new phy's are the phys we will change to when a phy update
224 uint8_t tx_seqnum; /* note: can be 1 bit */
225 uint8_t next_exp_seqnum; /* note: can be 1 bit */
226 uint8_t cons_rxd_bad_crc; /* note: can be 1 bit */
227 uint8_t last_rxd_sn; /* note: cant be 1 bit given current code */
228 uint8_t last_rxd_hdr_byte; /* note: possibly can make 1 bit since we
311 * XXX: a note on all these structures for control procedures. First off,
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-r4/
H A Dtrap.c46 * @note never invoke this function in application
64 * @note never invoke this function in application
82 * @note never invoke this function in application
100 * @note never invoke this function in application
117 * @note never invoke this function in application
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/
H A Dtrap.c44 * @note never invoke this function in application
63 * @note never invoke this function in application
81 * @note never invoke this function in application
99 * @note never invoke this function in application
116 * @note never invoke this function in application
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A Dtrap.c45 * @note never invoke this function in application
63 * @note never invoke this function in application
80 * @note never invoke this function in application
97 * @note never invoke this function in application
113 * @note never invoke this function in application
/nrf52832-nimble/rt-thread/src/
H A Dirq.c26 * @note the hook function must be simple and never be blocked or suspend.
36 * @note the hook function must be simple and never be blocked or suspend.
61 * @note please don't invoke this routine in application
82 * @note please don't invoke this routine in application
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/
H A Dlwip.Doxyfile106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
161 # Note that you can specify absolute paths here, but also relative paths, which
206 # Note that setting this tag to YES also means that rational rose comments are
289 # Note: For files without extension you can use no_extension as a placeholder.
291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
309 # Note: This feature currently applies only to Markdown headings.
386 # Note that this feature does not work in combination with
434 # Note: This will also disable the warnings about undocumented members that are
577 # name. If set to NO, the members will appear in declaration order. Note that
587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
[all …]
H A Dlwip.Doxyfile.cmake.in106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
161 # Note that you can specify absolute paths here, but also relative paths, which
206 # Note that setting this tag to YES also means that rational rose comments are
289 # Note: For files without extension you can use no_extension as a placeholder.
291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
309 # Note: This feature currently applies only to Markdown headings.
386 # Note that this feature does not work in combination with
434 # Note: This will also disable the warnings about undocumented members that are
577 # name. If set to NO, the members will appear in declaration order. Note that
587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-a/
H A Dtrap.c46 * @note never invoke this function in application
65 * @note never invoke this function in application
83 * @note never invoke this function in application
101 * @note never invoke this function in application
118 * @note never invoke this function in application
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dtrap.c50 * @note never invoke this function in application
69 * @note never invoke this function in application
87 * @note never invoke this function in application
105 * @note never invoke this function in application
122 * @note never invoke this function in application
/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/
H A Dtrap.c51 * @note never invoke this function in application
68 * @note never invoke this function in application
83 * @note never invoke this function in application
99 * @note never invoke this function in application
114 * @note never invoke this function in application
/nrf52832-nimble/rt-thread/libcpu/arm/sep4020/
H A Dtrap.c49 * @note never invoke this function in application
69 * @note never invoke this function in application
85 * @note never invoke this function in application
104 * @note never invoke this function in application
122 * @note never invoke this function in application
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_usbd.h299 * @note
439 * @note If the isochronous endpoints are going to be used,
453 * @note
480 * @note The USBD peripheral interrupt state is checked.
493 * @note Check returned value for the feedback if suspending was successful.
512 * @note Do not expect only @ref NRFX_USBD_EVT_WUREQ event.
514 * @note NRFX_USBD_EVT_WUREQ event means that Remote WakeUp signal
526 * @note This is the information about peripheral itself, not about the bus state.
562 * @note The value returned by this function changes on SUSPEND and RESUME event processing.
584 * @note Endpoint size is always set to @ref NRFX_USBD_EPSIZE or @ref NRFX_USBD_ISOSIZE / 2
[all …]
H A Dnrfx_qdec.h121 * @note Function asserts if module is uninitialized.
126 * @note Function asserts if module is uninitialized or enabled.
131 * @note Function asserts if module is uninitialized or disabled.
136 * @note Function asserts if module is not enabled.
137 * @note Accumulators are cleared after reading.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dlwip.Doxyfile106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
161 # Note that you can specify absolute paths here, but also relative paths, which
206 # Note that setting this tag to YES also means that rational rose comments are
289 # Note: For files without extension you can use no_extension as a placeholder.
291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
377 # Note that this feature does not work in combination with
425 # Note: This will also disable the warnings about undocumented members that are
568 # name. If set to NO, the members will appear in declaration order. Note that
578 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
580 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
[all …]

12345678910>>...22