Lines Matching refs:u32ChannelMask
217 void BPWM_Start(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_Start() argument
232 void BPWM_Stop(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_Stop() argument
247 void BPWM_ForceStop(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_ForceStop() argument
344 void BPWM_EnableCapture(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_EnableCapture() argument
346 (bpwm)->CAPINEN |= u32ChannelMask; in BPWM_EnableCapture()
347 (bpwm)->CAPCTL |= u32ChannelMask; in BPWM_EnableCapture()
360 void BPWM_DisableCapture(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_DisableCapture() argument
362 (bpwm)->CAPINEN &= ~u32ChannelMask; in BPWM_DisableCapture()
363 (bpwm)->CAPCTL &= ~u32ChannelMask; in BPWM_DisableCapture()
376 void BPWM_EnableOutput(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_EnableOutput() argument
378 (bpwm)->POEN |= u32ChannelMask; in BPWM_EnableOutput()
391 void BPWM_DisableOutput(BPWM_T *bpwm, uint32_t u32ChannelMask) in BPWM_DisableOutput() argument
393 (bpwm)->POEN &= ~u32ChannelMask; in BPWM_DisableOutput()