Searched refs:cyhal_timer_t (Results 1 – 4 of 4) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_timer.h | 210 cy_rslt_t cyhal_timer_init(cyhal_timer_t *obj, cyhal_gpio_t pin, const cyhal_clock_t *clk); 219 cy_rslt_t cyhal_timer_init_cfg(cyhal_timer_t *obj, const cyhal_timer_configurator_t *cfg); 225 void cyhal_timer_free(cyhal_timer_t *obj); 234 cy_rslt_t cyhal_timer_configure(cyhal_timer_t *obj, const cyhal_timer_cfg_t *cfg); 245 cy_rslt_t cyhal_timer_set_frequency(cyhal_timer_t *obj, uint32_t hz); 257 cy_rslt_t cyhal_timer_start(cyhal_timer_t *obj); 264 cy_rslt_t cyhal_timer_stop(cyhal_timer_t *obj); 273 cy_rslt_t cyhal_timer_reset(cyhal_timer_t *obj); 281 uint32_t cyhal_timer_read(const cyhal_timer_t *obj); 293 void cyhal_timer_register_callback(cyhal_timer_t *obj, cyhal_timer_event_callback_t callback, void … [all …]
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_timer.c | 106 cy_rslt_t _cyhal_timer_init_hw(cyhal_timer_t *obj, const cy_stc_tcpwm_counter_config_t *config, con… in _cyhal_timer_init_hw() 156 cy_rslt_t cyhal_timer_init(cyhal_timer_t *obj, cyhal_gpio_t pin, const cyhal_clock_t *clk) in cyhal_timer_init() 164 memset(obj, 0, sizeof(cyhal_timer_t)); in cyhal_timer_init() 218 cy_rslt_t cyhal_timer_init_cfg(cyhal_timer_t *obj, const cyhal_timer_configurator_t *cfg) in cyhal_timer_init_cfg() 220 memset(obj, 0, sizeof(cyhal_timer_t)); in cyhal_timer_init_cfg() 236 cy_rslt_t cyhal_timer_configure(cyhal_timer_t *obj, const cyhal_timer_cfg_t *cfg) in cyhal_timer_configure() 282 cy_rslt_t cyhal_timer_set_frequency(cyhal_timer_t *obj, uint32_t hz) in cyhal_timer_set_frequency() 330 cy_rslt_t cyhal_timer_start(cyhal_timer_t *obj) in cyhal_timer_start() 367 cy_rslt_t cyhal_timer_stop(cyhal_timer_t *obj) in cyhal_timer_stop() 390 cy_rslt_t cyhal_timer_reset(cyhal_timer_t *obj) in cyhal_timer_reset() [all …]
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_timer_impl.h | 72 __STATIC_INLINE void _cyhal_timer_free(cyhal_timer_t *obj) in _cyhal_timer_free() 77 __STATIC_INLINE void cyhal_timer_register_callback_internal(cyhal_timer_t *obj, cyhal_timer_event_c… in cyhal_timer_register_callback_internal() 84 __STATIC_INLINE void cyhal_timer_enable_event_internal(cyhal_timer_t *obj, cyhal_timer_event_t even… in cyhal_timer_enable_event_internal()
|
| D | cyhal_hw_types.h | 1485 } cyhal_timer_t; typedef
|