Home
last modified time | relevance | path

Searched refs:ERROR_CLOCK_NOT_ENABLED (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_pll.c1396 errorCode = ERROR_CLOCK_NOT_ENABLED; in clk_qspi_clk_config()
1405 errorCode = ERROR_CLOCK_NOT_ENABLED; in clk_qspi_clk_config()
1415 errorCode = ERROR_CLOCK_NOT_ENABLED; in clk_qspi_clk_config()
1489 errorCode = ERROR_CLOCK_NOT_ENABLED; in clk_qspi_2_clk_config()
1499 errorCode = ERROR_CLOCK_NOT_ENABLED; in clk_qspi_2_clk_config()
1508 errorCode = ERROR_CLOCK_NOT_ENABLED; in clk_qspi_2_clk_config()
1583 return ERROR_CLOCK_NOT_ENABLED; in clk_ssi_mst_clk_config()
1591 return ERROR_CLOCK_NOT_ENABLED; in clk_ssi_mst_clk_config()
1599 return ERROR_CLOCK_NOT_ENABLED; in clk_ssi_mst_clk_config()
1606 return ERROR_CLOCK_NOT_ENABLED; in clk_ssi_mst_clk_config()
[all …]
Drsi_ulpss_clk.c298 return ERROR_CLOCK_NOT_ENABLED; in ulpss_ulp_i2s_clk_config()
583 return ERROR_CLOCK_NOT_ENABLED; in ulpss_aux_clk_config()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/
Drsi_error.h222 ERROR_CLOCK_NOT_ENABLED = ERROR_M4SS_CLK_BASE + 1, enumerator
223 ERROR_INVALID_INPUT_FREQUENCY = ERROR_CLOCK_NOT_ENABLED + 1,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/service/clock_manager/src/
Dsl_si91x_clock_manager.c364 case ERROR_CLOCK_NOT_ENABLED: in convert_rsi_to_sl_error_code()