Home
last modified time | relevance | path

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

/drivers/entropy/
A 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()
A 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()
A Dentropy_stm32.c64 uint8_t first_read; member
535 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
561 rngp->first_read = rngp->first_alloc; in rng_pool_get()
588 uint8_t first = rngp->first_read; in rng_pool_put()
607 rngp->first_read = 0U; in rng_pool_init()
/drivers/i2c/
A Di2c_mcux_flexcomm.c55 bool first_read; member
404 if (target->first_read && target_cb->read_requested) { in i2c_target_transfer_callback()
405 target->first_read = false; in i2c_target_transfer_callback()
440 target->first_read = true; in i2c_target_transfer_callback()
494 target->first_read = true; in mcux_flexcomm_target_register()

Completed in 15 milliseconds