Home
last modified time | relevance | path

Searched refs:sy1xx_soc_get_peripheral_clock (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dsoc.h42 uint32_t sy1xx_soc_get_peripheral_clock(void);
Dsoc.c42 uint32_t sy1xx_soc_get_peripheral_clock(void) in sy1xx_soc_get_peripheral_clock() function
/Zephyr-latest/drivers/mdio/
Dmdio_sy1xx.c70 divider = (((sy1xx_soc_get_peripheral_clock() / cfg->mdc_freq) / 2) - 1) & 0xff; in sy1xx_mdio_initialize()
/Zephyr-latest/drivers/serial/
Duart_sy1xx.c71 uint32_t divider = sy1xx_soc_get_peripheral_clock() / uart_cfg->baudrate - 1; in sy1xx_uart_configure()
/Zephyr-latest/drivers/i2c/
Di2c_sy1xx.c86 divider = (sy1xx_soc_get_peripheral_clock() / 5) / data->bitrate; in sy1xx_i2c_ctrl_init()