mirror of https://github.com/ARMmbed/mbed-os.git
When making I2C communication freq, we used a fix value 33.3MHz as peripheral clock as below. pclk = 33333333 / (2 << count); But it is not dynamic when system clock is changed. So, implement peripheral clock determination process. Peripheral clock will be decided by RZ-A1H system clock mode. |
||
---|---|---|
.. | ||
USBDevice | ||
USBHost | ||
doc | ||
dsp | ||
fs | ||
mbed | ||
net | ||
rpc | ||
rtos | ||
tests |