Home
last modified time | relevance | path

Searched defs:clock_source (Results 1 – 6 of 6) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/all/
Dbsp_clocks.c728 uint32_t clock_source = (R_CPG_CPG_SPI_SSEL_SELSPI_SET_Msk & R_CPG->CPG_SPI_SSEL) >> in bsp_prv_clock_divider_set() local
778 uint32_t clock_source = (R_CPG_CPG_SPI_SSEL_SELSPI_SET_Msk & R_CPG->CPG_SPI_SSEL) >> in bsp_prv_clock_divider_set() local
828 uint32_t clock_source = (R_CPG_CPG_OCTA_SSEL_SELOCTA_SET_Msk & R_CPG->CPG_OCTA_SSEL) >> in bsp_prv_clock_divider_set() local
878 uint32_t clock_source = (R_CPG_CPG_OCTA_SSEL_SELOCTA_SET_Msk & R_CPG->CPG_OCTA_SSEL) >> in bsp_prv_clock_divider_set() local
/hal_renesas-latest/drivers/ra/fsp/src/r_lpm/
Dr_lpm.c764 fsp_err_t r_lpm_check_clocks (uint32_t clock_source) in r_lpm_check_clocks()
853 uint32_t clock_source = R_SYSTEM->SCKSCR; in r_lpm_low_power_enter() local
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_spi_b.h121 spi_b_clock_source_t clock_source; ///< Communication clock source (TCLK). member
/hal_renesas-latest/drivers/ra/fsp/src/r_spi_b/
Dr_spi_b.c363 fsp_err_t R_SPI_B_CalculateBitrate (uint32_t bitrate, spi_b_clock_source_t clock_source, rspck_div_… in R_SPI_B_CalculateBitrate()
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_sci_uart.h196 sci_uart_clock_source_t clock_source; member
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/
Dr_sci_uart.c967 sci_uart_clock_source_t clock_source, in R_SCI_UART_BaudCalculate()