Searched refs:control_fifo (Results 1 – 1 of 1) sorted by relevance
145 uint32_t *control_fifo; /* Pointer to the allocated region for control FIFO words */ member880 k_heap_free(&stm32_i3c_fifo_heap, data->control_fifo); in i3c_stm32_clear_err()1092 data->dma_tc.blk_cfg.source_address = (uint32_t)data->control_fifo; in i3c_stm32_dma_msg_control_fifo_config()1183 data->control_fifo = k_heap_alloc(&stm32_i3c_fifo_heap, data->fifo_len, K_FOREVER); in i3c_stm32_transfer_begin()1189 WRITE_REG(data->control_fifo[i], in i3c_stm32_transfer_begin()1278 k_heap_free(&stm32_i3c_fifo_heap, data->control_fifo); in i3c_stm32_i3c_transfer()1330 k_heap_free(&stm32_i3c_fifo_heap, data->control_fifo); in i3c_stm32_i2c_transfer()