Lines Matching refs:u32ChannelMask
212 void BPWM_Start(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_Start() argument
214 (void)u32ChannelMask; in BPWM_Start()
228 void BPWM_Stop(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_Stop() argument
230 (void)u32ChannelMask; in BPWM_Stop()
244 void BPWM_ForceStop(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_ForceStop() argument
246 (void)u32ChannelMask; in BPWM_ForceStop()
343 void BPWM_EnableCapture(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_EnableCapture() argument
345 (bpwm)->CAPINEN |= u32ChannelMask; in BPWM_EnableCapture()
346 (bpwm)->CAPCTL |= u32ChannelMask; in BPWM_EnableCapture()
359 void BPWM_DisableCapture(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_DisableCapture() argument
361 (bpwm)->CAPINEN &= ~u32ChannelMask; in BPWM_DisableCapture()
362 (bpwm)->CAPCTL &= ~u32ChannelMask; in BPWM_DisableCapture()
375 void BPWM_EnableOutput(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_EnableOutput() argument
377 (bpwm)->POEN |= u32ChannelMask; in BPWM_EnableOutput()
390 void BPWM_DisableOutput(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_DisableOutput() argument
392 (bpwm)->POEN &= ~u32ChannelMask; in BPWM_DisableOutput()