sbi_mpxy_send_message_withresp()
- Send Message with Response (FID #4)
- Copy the message from TX buffer to the shared memory.
- Issue the SBI call. Switch to OpenSBI and jump to:
sbi_ecall_mpxy_handler()
- If
ret.error
is success: - Copy the response message from the shared memory to the RX buffer.
sbi_mpxy_send_message_withresp()c
Loading...