Home
last modified time | relevance | path

Searched full:initialized (Results 1 – 25 of 190) sorted by relevance

12345678

/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Daes.h76 * @param s IN/OUT -- initialized struct tc_aes_key_sched_struct
85 * @note Assumes s was initialized by aes_set_encrypt_key;
91 * @param s IN -- initialized AES key schedule
107 * @param s IN/OUT -- initialized struct tc_aes_key_sched_struct
117 * @note Assumes s was initialized by aes_set_encrypt_key
121 * @param s IN -- initialized AES key schedule
H A Dctr_mode.h93 * - sched was initialized by aes_set_encrypt_key
99 * @param sched IN -- an initialized AES key schedule
H A Dsha256.h97 * @note Assumes s has been initialized by tc_sha256_init
115 * @note Assumes: s has been initialized by tc_sha256_init
H A Dhmac.h109 * @note Assumes state has been initialized by tc_hmac_init
128 * state has been initialized by tc_hmac_init
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_gpiote.h187 * @retval NRFX_ERROR_INVALID_STATE If the driver was already initialized.
192 * @brief Function for checking if the GPIOTE module is initialized.
195 * the module is already initialized and skip initialization if it is.
197 * @retval true If the module is already initialized.
198 * @retval false If the module is not initialized.
218 * @retval NRFX_ERROR_INVALID_STATE If the driver is not initialized or the pin is already used.
318 * @retval NRFX_ERROR_INVALID_STATE If the driver is not initialized or the pin is already used.
H A Dnrfx_adc.h142 * If a valid event handler is provided, the driver is initialized in non-blocking mode.
149 * @retval NRFX_ERROR_INVALID_STATE If the driver is already initialized.
205 * must be initialized in non-blocking mode, otherwise an assertion will fail). The function will
221 * If the driver is initialized in non-blocking mode, this function returns when the first
223 * handler. If the driver is initialized in blocking mode, the function returns when the buffer is
H A Dnrfx_lpcomp.h94 * @retval NRFX_ERROR_INVALID_STATE If the driver has already been initialized.
116 * Before calling this function, the driver must be initialized. This function
125 * Before calling this function, the driver must be initialized. This function disables the LPCOMP
H A Dnrfx_rng.h83 * @retval NRFX_SUCCESS Driver was successfully initialized.
84 * @retval NRFX_ERROR_ALREADY_INITIALIZED Driver was already initialized.
H A Dnrfx_rtc.h125 * @retval NRFX_SUCCESS If successfully initialized.
126 * @retval NRFX_ERROR_INVALID_STATE If the instance is already initialized.
159 * The function asserts if the instance is not initialized or if the channel parameter is
189 * initialized or if the channel parameter is wrong.
H A Dnrfx_pdm.h124 * @retval NRFX_ERROR_INVALID_STATE If the driver is already initialized.
190 * @retval NRFX_ERROR_INVALID_STATE If the driver was not initialized.
H A Dnrfx_twis.h184 * @retval NRFX_ERROR_INVALID_STATE If the driver is already initialized.
263 * @retval NRFX_ERROR_INVALID_STATE Module not initialized or not enabled.
298 * @retval NRFX_ERROR_INVALID_STATE Module not initialized or not enabled.
H A Dnrfx_comp.h143 * @retval NRFX_ERROR_INVALID_STATE If the driver has already been initialized.
173 * Before calling this function, the driver must be initialized. This function
H A Dnrfx_i2s.h165 * @retval NRFX_ERROR_INVALID_STATE If the driver was already initialized.
206 * the driver has not been initialized.
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Dble_mesh.c68 console_printf("Bluetooth initialized\n"); in blemesh_on_sync()
92 console_printf("Mesh initialized\n"); in blemesh_on_sync()
/nrf52832-nimble/rt-thread/components/drivers/include/ipc/
H A Dringblk_buf.h30 /* initialized status after blk_alloc() */
72 /* saved the initialized and put status blocks */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/
H A Ddes.h62 * \param ctx DES context to be initialized
70 * \param ctx DES context to be initialized
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/
H A Ddes.h62 * \param ctx DES context to be initialized
70 * \param ctx DES context to be initialized
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dos_task.c88 * Return the number of tasks initialized.
90 * @return number of tasks initialized
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A Dtest_npl_eventq.c63 //VerifyOrQuit(!ble_npl_eventq_inited(&s_eventq), "eventq: empty q initialized"); in test_init()
65 //VerifyOrQuit(ble_npl_eventq_inited(&s_eventq), "eventq: not initialized"); in test_init()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_light/src/
H A Dmain.c88 console_printf("Bluetooth initialized\n"); in blemesh_on_sync()
99 console_printf("Mesh initialized\n"); in blemesh_on_sync()
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dpthread_cond.c110 return 0; /* which is not initialized */ in pthread_cond_destroy()
187 /* check whether initialized */ in _pthread_cond_timedwait()
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dworkqueue.c133 /* NOTE: the work MUST be initialized firstly */ in rt_workqueue_dowork()
163 /* NOTE: the work MUST be initialized firstly */ in rt_workqueue_critical_work()
/nrf52832-nimble/rt-thread/components/net/at/src/
H A Dat_cli.c141 rt_kprintf("AT client not initialized\n"); in server_cli_parser()
277 rt_kprintf("AT client not initialized\n"); in client_cli_parser()
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/core/
H A Dusbhost.c21 * host controller driver are also be initialized here.
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dmainpage.h45 * Once RT-Thread operating system starts up, the facility in system must be initialized

12345678