Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_stm32.c70 STM32_I3C_MSG, /* Private msg state */ enumerator
1171 data->msg_state = STM32_I3C_MSG; in i3c_stm32_transfer_begin()
1577 case STM32_I3C_MSG: { in i3c_stm32_event_isr_tx()
1668 case STM32_I3C_MSG: { in i3c_stm32_event_isr_rx()
1722 case STM32_I3C_MSG: { in i3c_stm32_event_isr_cf()
1786 if (data->msg_state == STM32_I3C_MSG) { in i3c_stm32_event_isr()