Lines Matching defs:channel
307 #define CY_SAR2_CHAN_NUM_VALID(base, channel) (CY_SAR2_CHAN_NUM(base) > (channel)) argument
917 __STATIC_INLINE void Cy_SAR2_Channel_Enable(PASS_SAR_Type * base, uint32_t channel) in Cy_SAR2_Channel_Enable()
940 __STATIC_INLINE void Cy_SAR2_Channel_Disable(PASS_SAR_Type * base, uint32_t channel) in Cy_SAR2_Channel_Disable()
960 __STATIC_INLINE void Cy_SAR2_Channel_SoftwareTrigger(PASS_SAR_Type * base, uint32_t channel) in Cy_SAR2_Channel_SoftwareTrigger()
1055 __STATIC_INLINE void Cy_SAR2_Channel_SetInterruptMask(PASS_SAR_Type * base, uint32_t channel, uint3… in Cy_SAR2_Channel_SetInterruptMask()
1077 __STATIC_INLINE uint32_t Cy_SAR2_Channel_GetInterruptMask(PASS_SAR_Type * base, uint32_t channel) in Cy_SAR2_Channel_GetInterruptMask()
1110 __STATIC_INLINE void Cy_SAR2_Channel_ClearInterrupt(PASS_SAR_Type * base, uint32_t channel, uint32_… in Cy_SAR2_Channel_ClearInterrupt()
1136 __STATIC_INLINE uint32_t Cy_SAR2_Channel_GetInterruptStatus(PASS_SAR_Type * base, uint32_t channel) in Cy_SAR2_Channel_GetInterruptStatus()
1160 …IC_INLINE uint32_t Cy_SAR2_Channel_GetInterruptStatusMasked(PASS_SAR_Type * base, uint32_t channel) in Cy_SAR2_Channel_GetInterruptStatusMasked()
1191 __STATIC_INLINE void Cy_SAR2_Channel_SetInterrupt(PASS_SAR_Type * base, uint32_t channel, uint32_t … in Cy_SAR2_Channel_SetInterrupt()
1214 __STATIC_INLINE uint32_t Cy_SAR2_Channel_GetGroupStatus(PASS_SAR_Type * base, uint32_t channel) in Cy_SAR2_Channel_GetGroupStatus()