Home
last modified time | relevance | path

Searched refs:SSP_ERR_OSC_STOP_CLOCK_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/
H A Dssp_common_api.h133SSP_ERR_OSC_STOP_CLOCK_ACTIVE = 407, ///< Attempt to clear Oscillation Stop Detect Status w… enumerator
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc.c911 …_CLOCK_PLL == current_clock) && (CGC_CLOCK_MAIN_OSC == alt_clock)), SSP_ERR_OSC_STOP_CLOCK_ACTIVE); in R_CGC_OscStopStatusClear()
916 CGC_ERROR_RETURN(!(CGC_CLOCK_PLL == current_clock), SSP_ERR_OSC_STOP_CLOCK_ACTIVE); in R_CGC_OscStopStatusClear()
921 CGC_ERROR_RETURN(!(CGC_CLOCK_MAIN_OSC == current_clock), SSP_ERR_OSC_STOP_CLOCK_ACTIVE); in R_CGC_OscStopStatusClear()