Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_rtcc.c68 sl_clock_manager_enable_bus_clock(SL_BUS_CLOCK_RTCC); in sleeptimer_hal_init_timer()
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/devices/
Dsl_device_peripheral_hal_efr32xg22.c233 .bus_clock = SL_BUS_CLOCK_RTCC };
Dsl_device_peripheral_hal_efr32xg27.c247 .bus_clock = SL_BUS_CLOCK_RTCC };
Dsl_device_peripheral_hal_efr32xg29.c254 .bus_clock = SL_BUS_CLOCK_RTCC };
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/
Dsl_device_clock.h378 #define SL_BUS_CLOCK_RTCC (&SL_BUS_CLOCK_RTCC_VALUE) macro