Searched refs:first_read (Results 1 – 4 of 4) sorted by relevance
76 uint8_t first_read; member137 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()
27 uint8_t first_read; member154 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()
64 uint8_t first_read; member535 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()
55 bool first_read; member404 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