Searched refs:sysdiccr (Results 1 – 1 of 1) sorted by relevance
823 volatile uint32_t sysdiccr = FSP_STYPE3_REG8_READ(R_SYSTEM->SCKDIVCR, BSP_CFG_CLOCKS_SECURE); in iic_master_run_hw_master() local824 sysdiccr &= (IIC_MASTER_SYSDIVCK_ICLK_MASK | IIC_MASTER_SYSDIVCK_PCLKB_MASK); in iic_master_run_hw_master()825 uint32_t pclkb = (IIC_MASTER_SYSDIVCK_PCLKB_MASK & sysdiccr) >> 8U; in iic_master_run_hw_master()826 uint32_t iclk = sysdiccr >> 24U; in iic_master_run_hw_master()