Home
last modified time | relevance | path

Searched refs:SL_BUS_CLOCK_BURTC (Results 1 – 10 of 10) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_burtc.c136 sl_clock_manager_enable_bus_clock(SL_BUS_CLOCK_BURTC); in sleeptimer_hal_init_timer()
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/devices/
Dsl_device_peripheral_hal_efr32xg22.c51 .bus_clock = SL_BUS_CLOCK_BURTC };
Dsl_device_peripheral_hal_efr32xg27.c58 .bus_clock = SL_BUS_CLOCK_BURTC };
Dsl_device_peripheral_hal_efr32xg29.c58 .bus_clock = SL_BUS_CLOCK_BURTC };
Dsl_device_peripheral_hal_efr32xg24.c65 .bus_clock = SL_BUS_CLOCK_BURTC };
Dsl_device_peripheral_hal_efr32xg23.c65 .bus_clock = SL_BUS_CLOCK_BURTC };
Dsl_device_peripheral_hal_efr32xg28.c65 .bus_clock = SL_BUS_CLOCK_BURTC };
Dsl_device_peripheral_hal_efr32xg25.c72 .bus_clock = SL_BUS_CLOCK_BURTC };
Dsl_device_peripheral_hal_efr32xg26.c72 .bus_clock = SL_BUS_CLOCK_BURTC };
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/
Dsl_device_clock.h180 #define SL_BUS_CLOCK_BURTC (&SL_BUS_CLOCK_BURTC_VALUE) macro