Searched refs:spim_wrcmp_sem (Results 1 – 1 of 1) sorted by relevance
43 struct k_sem spim_wrcmp_sem; member94 k_sem_give(&data->spim_wrcmp_sem); in spi_ambiq_isr()232 (void)k_sem_take(&data->spim_wrcmp_sem, K_FOREVER); in spi_ambiq_xfer()416 .spim_wrcmp_sem = Z_SEM_INITIALIZER(spi_ambiq_data##n.spim_wrcmp_sem, 0, 1), \