Searched refs:ui8ReadThreshold (Results 1 – 2 of 2) sorted by relevance
328 uint8_t ui8ReadThreshold; member
994 (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 11 milliseconds