@@ -124,8 +124,8 @@ class I3CBus {
124124 // ------------------------------------------------------------------------
125125 // Controller initialization and bus configuration
126126 // ------------------------------------------------------------------------
127- bool begin (uint32_t sda,
128- uint32_t scl,
127+ bool begin (pin_size_t sda,
128+ pin_size_t scl,
129129 uint32_t freq = 1000000U ,
130130 I3CBusType type = I3CBusType::Pure,
131131 uint32_t mixedOdHz = 1000000U );
@@ -134,8 +134,8 @@ class I3CBus {
134134 I3CBusType type = I3CBusType::Pure,
135135 uint32_t mixedOdHz = 1000000U );
136136
137- bool begin (uint32_t sda,
138- uint32_t scl,
137+ bool begin (pin_size_t sda,
138+ pin_size_t scl,
139139 uint32_t freq,
140140 I3CBusType type,
141141 uint32_t mixedOdHz,
@@ -366,7 +366,7 @@ class I3CBus {
366366 // ------------------------------------------------------------------------
367367 // Target mode initialization
368368 // ------------------------------------------------------------------------
369- bool beginTarget (uint32_t sda, uint32_t scl, const I3CTargetConfig &cfg);
369+ bool beginTarget (pin_size_t sda, pin_size_t scl, const I3CTargetConfig &cfg);
370370 bool beginTarget (const I3CTargetConfig &cfg);
371371 int configureTarget (const I3CTargetConfig &cfg);
372372
0 commit comments