Home
last modified time | relevance | path

Searched refs:first_read (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/entropy/
Dentropy_nrf5.c76 uint8_t first_read; member
137 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
163 rngp->first_read = rngp->first_alloc; in rng_pool_get()
178 uint8_t first = rngp->first_read; in rng_pool_put()
196 rngp->first_read = 0U; in rng_pool_init()
Dentropy_smartbond.c27 uint8_t first_read; member
154 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
180 rngp->first_read = rngp->first_alloc; in rng_pool_get()
195 uint8_t first = rngp->first_read; in rng_pool_put()
229 rngp->first_read = 0U; in rng_pool_init()
Dentropy_stm32.c64 uint8_t first_read; member
464 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
490 rngp->first_read = rngp->first_alloc; in rng_pool_get()
514 uint8_t first = rngp->first_read; in rng_pool_put()
533 rngp->first_read = 0U; in rng_pool_init()
/Zephyr-latest/drivers/i2c/
Di2c_mcux_flexcomm.c43 bool first_read; member
305 if (target->first_read && target_cb->read_requested) { in i2c_target_transfer_callback()
306 target->first_read = false; in i2c_target_transfer_callback()
341 target->first_read = true; in i2c_target_transfer_callback()
395 target->first_read = true; in mcux_flexcomm_target_register()