Lines Matching full:mode
134 * will be performed in blocking mode.
155 …* If the memory is busy, the resulting action depends on the mode in which the read operation is u…
156 * - blocking mode (without handler) - a delay occurs until the last operation still runs and
158 * - interrupt mode (with handler) - event emission occurs after the last operation
165 * @retval NRFX_SUCCESS If the operation was successful (blocking mode) or operation
166 * was commissioned (handler mode).
178 …* If the memory is busy, the resulting action depends on the mode in which the write operation is …
179 * - blocking mode (without handler) - a delay occurs until the last operation still runs and
181 * - interrupt mode (with handler) - event emission occurs after the last operation
192 * @retval NRFX_SUCCESS If the operation was successful (blocking mode) or operation
193 * was commissioned (handler mode).
205 …* If the memory is busy, the resulting action depends on the mode in which the erase operation is …
206 * - blocking mode (without handler) - a delay occurs until the last operation still runs and
208 * - interrupt mode (with handler) - event emission occurs after the last operation
219 * @retval NRFX_SUCCESS If the operation was successful (blocking mode) or operation
220 * was commissioned (handler mode).
229 * @retval NRFX_SUCCESS If the operation was successful (blocking mode) or operation
230 * was commissioned (handler mode).