/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | aes.h | 76 * @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 D | ctr_mode.h | 93 * - sched was initialized by aes_set_encrypt_key 99 * @param sched IN -- an initialized AES key schedule
|
H A D | sha256.h | 97 * @note Assumes s has been initialized by tc_sha256_init 115 * @note Assumes: s has been initialized by tc_sha256_init
|
H A D | hmac.h | 109 * @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 D | nrfx_gpiote.h | 187 * @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 D | nrfx_adc.h | 142 * 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 D | nrfx_lpcomp.h | 94 * @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 D | nrfx_rng.h | 83 * @retval NRFX_SUCCESS Driver was successfully initialized. 84 * @retval NRFX_ERROR_ALREADY_INITIALIZED Driver was already initialized.
|
H A D | nrfx_rtc.h | 125 * @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 D | nrfx_pdm.h | 124 * @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 D | nrfx_twis.h | 184 * @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 D | nrfx_comp.h | 143 * @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 D | nrfx_i2s.h | 165 * @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 D | ble_mesh.c | 68 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 D | ringblk_buf.h | 30 /* 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 D | des.h | 62 * \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 D | des.h | 62 * \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 D | os_task.c | 88 * Return the number of tasks initialized. 90 * @return number of tasks initialized
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/ |
H A D | test_npl_eventq.c | 63 //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 D | main.c | 88 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 D | pthread_cond.c | 110 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 D | workqueue.c | 133 /* 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 D | at_cli.c | 141 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 D | usbhost.c | 21 * host controller driver are also be initialized here.
|
/nrf52832-nimble/rt-thread/documentation/doxygen/ |
H A D | mainpage.h | 45 * Once RT-Thread operating system starts up, the facility in system must be initialized
|