Searched refs:ui8WriteThreshold (Results 1 – 2 of 2) sorted by relevance
320 uint8_t ui8WriteThreshold; member
992 (psConfig->ui8WriteThreshold <= MAX_RW_THRESHOLD), "IOM write threshold too big."); in am_hal_iom_config()996 (psConfig->ui8WriteThreshold >= MIN_RW_THRESHOLD), "IOM write threshold too small."); in am_hal_iom_config()1001 (AM_REG_IOMSTR_FIFOTHR_FIFOWTHR(psConfig->ui8WriteThreshold) | in am_hal_iom_config()1005 (AM_REG_IOMSTR_FIFOTHR_FIFOWTHR(check_iom_threshold(psConfig->ui8WriteThreshold)) | in am_hal_iom_config()
Completed in 15 milliseconds