Home
last modified time | relevance | path

Searched refs:MEC5_BTIMER_MAX_FREQ_HZ (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-3.7.0/mec5/drivers/
Dmec_btimer_api.h24 #define MEC5_BTIMER_MAX_FREQ_HZ 48000000u macro
26 #define MEC5_BTIMER_MIN_FREQ_HZ (MEC5_BTIMER_MAX_FREQ_HZ / MEC5_BTIMER_MAX_FREQ_DIVISOR)
Dmec_btimer.c193 freqhz = MEC5_BTIMER_MAX_FREQ_HZ / (freqhz + 1u); /* truncates */ in mec_hal_btimer_freq()