Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_peci.c206 int mec_hal_peci_set_opt_bit_time(struct mec_peci_regs *regs, uint16_t opt_bit_time) in mec_hal_peci_set_opt_bit_time() argument
214 if (opt_bit_time < MEC_PECI_OPT_BIT_TIME_MIN) { in mec_hal_peci_set_opt_bit_time()
221 regs->OPTBTM_LO = (uint8_t)opt_bit_time; in mec_hal_peci_set_opt_bit_time()
222 regs->OPTBTM_HI = (uint8_t)(opt_bit_time >> 8); in mec_hal_peci_set_opt_bit_time()
Dmec_peci_api.h84 int mec_hal_peci_set_opt_bit_time(struct mec_peci_regs *regs, uint16_t opt_bit_time);