Searched refs:r_bsp_module_start_stop (Results 1 – 1 of 1) sorted by relevance
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/s1ja/ |
H A D | bsp_module_stop.c | 176 static ssp_err_t r_bsp_module_start_stop (ssp_feature_t const * const p_feature, bool stop, bool fo… 194 return r_bsp_module_start_stop(p_feature, true, false); in R_BSP_ModuleStop() 207 return r_bsp_module_start_stop(p_feature, true, true); in R_BSP_ModuleStopAlways() 222 return r_bsp_module_start_stop(p_feature, false, false); in R_BSP_ModuleStart() 281 static ssp_err_t r_bsp_module_start_stop(ssp_feature_t const * const p_feature, bool stop, bool for… in r_bsp_module_start_stop() function
|