Searched refs:breakpara (Results 1 – 2 of 2) sorted by relevance
513 void timer_break_struct_para_init(timer_break_parameter_struct* breakpara) in timer_break_struct_para_init() argument516 breakpara->runoffstate = TIMER_ROS_STATE_DISABLE; in timer_break_struct_para_init()517 breakpara->ideloffstate = TIMER_IOS_STATE_DISABLE; in timer_break_struct_para_init()518 breakpara->deadtime = 0U; in timer_break_struct_para_init()519 breakpara->breakpolarity = TIMER_BREAK_POLARITY_LOW; in timer_break_struct_para_init()520 breakpara->outputautostate = TIMER_OUTAUTO_DISABLE; in timer_break_struct_para_init()521 breakpara->protectmode = TIMER_CCHP_PROT_OFF; in timer_break_struct_para_init()522 breakpara->breakstate = TIMER_BREAK_DISABLE; in timer_break_struct_para_init()541 TIMER_CCHP(timer_periph) = (uint32_t)(((uint32_t)(breakpara->runoffstate)) | in timer_break_config()543 ((uint32_t)(breakpara->deadtime)) | in timer_break_config()[all …]
627 void timer_break_struct_para_init(timer_break_parameter_struct* breakpara);629 void timer_break_config(uint32_t timer_periph, timer_break_parameter_struct* breakpara);
Completed in 13 milliseconds