Lines Matching refs:uint32_t
137 uint32_t period; /**< Sets the period of the counter */
139 uint32_t clockPrescaler;
140 … uint32_t runMode; /**< Sets the run mode. See \ref group_tcpwm_counter_run_modes */
141 …uint32_t countDirection; /**< Sets the counter direction. See \ref group_tcpwm_counter_dire…
143 uint32_t compareOrCapture;
144 uint32_t compare0; /**< Sets the value for Compare0*/
145 uint32_t compare1; /**< Sets the value for Compare1*/
148 uint32_t interruptSources;
149 …uint32_t captureInputMode; /**< Configures how the capture input behaves. See \ref group_tcpw…
151 uint32_t captureInput;
152 …uint32_t reloadInputMode; /**< Configures how the reload input behaves. See \ref group_tcpwm…
154 uint32_t reloadInput;
155 …uint32_t startInputMode; /**< Configures how the start input behaves. See \ref group_tcpwm_…
157 uint32_t startInput;
158 …uint32_t stopInputMode; /**< Configures how the stop input behaves. See \ref group_tcpwm_i…
160 uint32_t stopInput;
161 …uint32_t countInputMode; /**< Configures how the count input behaves. See \ref group_tcpwm_…
162 …uint32_t countInput; /**< Selects which input the count uses, the inputs are device-spe…
164 …uint32_t capture1InputMode; /**< Configures how the capture1 input behaves. See \ref group_tcp…
165 …uint32_t capture1Input; /**< Selects which input the capture1 uses, the inputs are device-…
168 uint32_t compare2; /**< Sets the value for Compare1 */
169 uint32_t compare3; /**< Sets the value for the buffered Compare1 */
170 …uint32_t trigger0Event; /**< Configures which internal event generates on output trigger 0…
171 …uint32_t trigger1Event; /**< Configures which internal event generates on output trigger 1…
261 cy_en_tcpwm_status_t Cy_TCPWM_Counter_Init(TCPWM_Type *base, uint32_t cntNum,
263 void Cy_TCPWM_Counter_DeInit(TCPWM_Type *base, uint32_t cntNum, cy_stc_tcpwm_counter_config_t const…
264 __STATIC_INLINE void Cy_TCPWM_Counter_Enable(TCPWM_Type *base, uint32_t cntNum);
265 __STATIC_INLINE void Cy_TCPWM_Counter_Disable(TCPWM_Type *base, uint32_t cntNum);
266 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetStatus(TCPWM_Type const *base, uint32_t cntNum);
267 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCapture0Val(TCPWM_Type const *base, uint32_t cntNum);
268 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCapture0BufVal(TCPWM_Type const *base, uint32_t cntNum…
269 __STATIC_INLINE void Cy_TCPWM_Counter_SetCompare0Val(TCPWM_Type *base, uint32_t cntNum, uint32_t co…
270 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCompare0Val(TCPWM_Type const *base, uint32_t cntNum);
271 __STATIC_INLINE void Cy_TCPWM_Counter_SetCompare0BufVal(TCPWM_Type *base, uint32_t cntNum, uint32_t…
272 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCompare0BufVal(TCPWM_Type const *base, uint32_t cntNum…
273 __STATIC_INLINE void Cy_TCPWM_Counter_EnableCompare0Swap(TCPWM_Type *base, uint32_t cntNum, bool en…
274 __STATIC_INLINE void Cy_TCPWM_Counter_SetCounter(TCPWM_Type *base, uint32_t cntNum, uint32_t count);
275 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCounter(TCPWM_Type const *base, uint32_t cntNum);
276 __STATIC_INLINE void Cy_TCPWM_Counter_SetPeriod(TCPWM_Type *base, uint32_t cntNum, uint32_t period);
277 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetPeriod(TCPWM_Type const *base, uint32_t cntNum);
279 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCapture1Val (TCPWM_Type const *base, uint32_t cntNum);
280 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCapture1BufVal (TCPWM_Type const *base, uint32_t cntNu…
281 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCompare1Val (TCPWM_Type const *base, uint32_t cntNum);
282 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCompare1BufVal (TCPWM_Type const *base, uint32_t cntNu…
283 __STATIC_INLINE void Cy_TCPWM_Counter_SetCompare1Val (TCPWM_Type *base, uint32_t cntNum, uint32_t c…
284 …LINE void Cy_TCPWM_Counter_SetCompare1BufVal (TCPWM_Type *base, uint32_t cntNum, uint32_t compareB…
285 __STATIC_INLINE void Cy_TCPWM_Counter_EnableCompare1Swap(TCPWM_Type *base, uint32_t cntNum, bool e…
288 __STATIC_INLINE void Cy_TCPWM_Counter_EnableSwap(TCPWM_Type *base, uint32_t cntNum, bool enable);
289 __STATIC_INLINE void Cy_TCPWM_Counter_SetDirection_Change_Mode(TCPWM_Type *base, uint32_t cntNum, …
309 __STATIC_INLINE void Cy_TCPWM_Counter_Enable(TCPWM_Type *base, uint32_t cntNum) in Cy_TCPWM_Counter_Enable()
331 __STATIC_INLINE void Cy_TCPWM_Counter_Disable(TCPWM_Type *base, uint32_t cntNum) in Cy_TCPWM_Counter_Disable()
358 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetStatus(TCPWM_Type const *base, uint32_t cntNum) in Cy_TCPWM_Counter_GetStatus()
360 uint32_t status; in Cy_TCPWM_Counter_GetStatus()
405 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCapture0Val(TCPWM_Type const *base, uint32_t cntNum) in Cy_TCPWM_Counter_GetCapture0Val()
430 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCapture0BufVal(TCPWM_Type const *base, uint32_t cntNu… in Cy_TCPWM_Counter_GetCapture0BufVal()
455 __STATIC_INLINE void Cy_TCPWM_Counter_SetCompare0Val(TCPWM_Type *base, uint32_t cntNum, uint32_t c… in Cy_TCPWM_Counter_SetCompare0Val()
480 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCompare0Val(TCPWM_Type const *base, uint32_t cntNum) in Cy_TCPWM_Counter_GetCompare0Val()
505 …LINE void Cy_TCPWM_Counter_SetCompare0BufVal(TCPWM_Type *base, uint32_t cntNum, uint32_t compare1) in Cy_TCPWM_Counter_SetCompare0BufVal()
530 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCompare0BufVal(TCPWM_Type const *base, uint32_t cntNu… in Cy_TCPWM_Counter_GetCompare0BufVal()
560 __STATIC_INLINE void Cy_TCPWM_Counter_EnableCompare0Swap(TCPWM_Type *base, uint32_t cntNum, bool e… in Cy_TCPWM_Counter_EnableCompare0Swap()
585 __STATIC_INLINE void Cy_TCPWM_Counter_SetCounter(TCPWM_Type *base, uint32_t cntNum, uint32_t count) in Cy_TCPWM_Counter_SetCounter()
610 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCounter(TCPWM_Type const *base, uint32_t cntNum) in Cy_TCPWM_Counter_GetCounter()
635 __STATIC_INLINE void Cy_TCPWM_Counter_SetPeriod(TCPWM_Type *base, uint32_t cntNum, uint32_t period) in Cy_TCPWM_Counter_SetPeriod()
660 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetPeriod(TCPWM_Type const *base, uint32_t cntNum) in Cy_TCPWM_Counter_GetPeriod()
685 __STATIC_INLINE void Cy_TCPWM_Counter_SetCompare1Val(TCPWM_Type *base, uint32_t cntNum, uint32_t c… in Cy_TCPWM_Counter_SetCompare1Val()
710 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCompare1Val(TCPWM_Type const *base, uint32_t cntNum) in Cy_TCPWM_Counter_GetCompare1Val()
735 …LINE void Cy_TCPWM_Counter_SetCompare1BufVal(TCPWM_Type *base, uint32_t cntNum, uint32_t compareB… in Cy_TCPWM_Counter_SetCompare1BufVal()
760 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCompare1BufVal(TCPWM_Type const *base, uint32_t cntNum) in Cy_TCPWM_Counter_GetCompare1BufVal()
781 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCapture1Val (TCPWM_Type const *base, uint32_t cntNum) in Cy_TCPWM_Counter_GetCapture1Val()
802 __STATIC_INLINE uint32_t Cy_TCPWM_Counter_GetCapture1BufVal (TCPWM_Type const *base, uint32_t cntNu… in Cy_TCPWM_Counter_GetCapture1BufVal()
832 __STATIC_INLINE void Cy_TCPWM_Counter_EnableCompare1Swap(TCPWM_Type *base, uint32_t cntNum, bool e… in Cy_TCPWM_Counter_EnableCompare1Swap()
859 __STATIC_INLINE void Cy_TCPWM_Counter_EnableSwap(TCPWM_Type *base, uint32_t cntNum, bool enable) in Cy_TCPWM_Counter_EnableSwap()
884 __STATIC_INLINE void Cy_TCPWM_Counter_SetDirection_Change_Mode(TCPWM_Type *base, uint32_t cntNum, … in Cy_TCPWM_Counter_SetDirection_Change_Mode()
886 uint32_t grp = TCPWM_GRP_CNT_GET_GRP(cntNum); in Cy_TCPWM_Counter_SetDirection_Change_Mode()