|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Clock rates published by the standard EK-RA8D2 bring-up. More...
#include <ra8_board_ek_ra8d2_peripherals.h>
Data Fields | |
| uint32_t | cpuclk0_hz |
| Main Cortex-M85 clock rate in hertz. | |
| uint32_t | pclka_hz |
| Peripheral clock A rate in hertz. | |
Clock rates published by the standard EK-RA8D2 bring-up.
Definition at line 51 of file ra8_board_ek_ra8d2_peripherals.h.
| uint32_t ra8_board_clock_rates_t::cpuclk0_hz |
Main Cortex-M85 clock rate in hertz.
Definition at line 52 of file ra8_board_ek_ra8d2_peripherals.h.
Referenced by internal_c6_cam_setup_or_halt(), internal_setup_or_halt(), and pdm_demo_clocks_or_halt().
| uint32_t ra8_board_clock_rates_t::pclka_hz |
Peripheral clock A rate in hertz.
Definition at line 53 of file ra8_board_ek_ra8d2_peripherals.h.
Referenced by internal_c6_cam_setup_or_halt(), and internal_setup_or_halt().