ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_io_i2c_bus_riic.h
Go to the documentation of this file.
1
20
21#pragma once
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27#include <stdint.h>
28
29#include "ra8_err.h"
30#include "ra8_io_i2c_bus.h"
31
61[[nodiscard]] ra8_err_t ra8_io_i2c_bus_bind_riic(ra8_io_i2c_bus_t* bus, uint8_t channel);
62
63#ifdef __cplusplus
64}
65#endif
Error Code Definitions for ra8-firmware.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
Definition ra8_err.h:546
ra8_io I2C-bus facade – one controller-transfer vtable over thechip's two I2C implementations.
ra8_err_t ra8_io_i2c_bus_bind_riic(ra8_io_i2c_bus_t *bus, uint8_t channel)
Bind bus to RIIC channel channel.
Caller-allocated I2C-bus handle binding a backend to its context.