Home
last modified time | relevance | path

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

/bsp/apollo2/libraries/drivers/hal/
A Dam_hal_iom.h328 uint8_t ui8ReadThreshold; member
A Dam_hal_iom.c994 (psConfig->ui8ReadThreshold <= MAX_RW_THRESHOLD), "IOM read threshold too big."); in am_hal_iom_config()
998 (psConfig->ui8ReadThreshold >= MIN_RW_THRESHOLD), "IOM read threshold too small."); in am_hal_iom_config()
1002 AM_REG_IOMSTR_FIFOTHR_FIFORTHR(psConfig->ui8ReadThreshold)); in am_hal_iom_config()
1006 AM_REG_IOMSTR_FIFOTHR_FIFORTHR(check_iom_threshold(psConfig->ui8ReadThreshold))); in am_hal_iom_config()

Completed in 13 milliseconds