Here is a list of all functions with links to the files they belong to:
- t -
- tearDown() : main.c
- test_gpio() : main.c
- test_gpio_set_alternate_function() : test_gpio.c, test_gpio.h
- test_hal_gpio_digitalwrite_sets_pin_high() : test_gpio.c, test_gpio.h
- test_hal_gpio_digitalwrite_sets_pin_low() : test_gpio.c, test_gpio.h
- test_hal_gpio_getmode() : test_gpio.c, test_gpio.h
- test_hal_gpio_setmode() : test_gpio.c, test_gpio.h
- test_timer() : main.c
- test_timer_clear_interrupt_flag_clears_UIF() : test_timer.c, test_timer.h
- test_timer_enable_and_disable_channel() : test_timer.c, test_timer.h
- test_timer_enable_and_disable_interrupt() : test_timer.c, test_timer.h
- test_timer_get_arr_returns_arr_value() : test_timer.c, test_timer.h
- test_timer_get_count_returns_count_value() : test_timer.c, test_timer.h
- test_timer_init_sets_prescaler_and_arr() : test_timer.c, test_timer.h
- test_timer_reset_clears_count() : test_timer.c, test_timer.h
- test_timer_set_compare_and_get_compare() : test_timer.c, test_timer.h
- test_timer_start_sets_CEN_bit() : test_timer.c, test_timer.h
- test_timer_stop_clears_CEN_bit() : test_timer.c, test_timer.h
- TIM12_IRQHandler() : timer.h
- TIM2_IRQHandler() : timer.h
- TIM3_IRQHandler() : timer.h
- TIM4_IRQHandler() : timer.h
- TIM5_IRQHandler() : timer.h
- TIM9_IRQHandler() : timer.h
- timer_attach_callback() : timer.h
- timer_clear_interrupt_flag() : timer.h
- timer_detach_callback() : timer.h
- timer_disable_channel() : timer.h
- timer_disable_interrupt() : timer.h
- timer_enable_channel() : timer.h
- timer_enable_interrupt() : timer.h
- timer_get_arr() : timer.h
- timer_get_compare() : timer.h
- timer_get_count() : timer.h
- timer_get_frequency() : timer.h
- timer_init() : timer.h, timer.c
- timer_reset() : timer.h
- timer_set_arr() : timer.h
- timer_set_auto_reload() : timer.h
- timer_set_compare() : timer.h
- timer_set_prescaler() : timer.h
- timer_start() : timer.h
- timer_stop() : timer.h