Home
last modified time | relevance | path

Searched refs:max_len (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/uart/drv/uart/
H A DdrvUART.c485 MS_U8 MDrv_UART_GetString(char *pu8Str, MS_U32 max_len)
493 while (max_len > 0)
495 len = mdrv_uart_read( _hDefaultUart, pu8Str, max_len);
498 max_len -= len;
510 if (max_len > 0)
/utopia/UTPA2-700.0.x/modules/demodulator/hal/messi/demod/
H A DhalDMD_INTERN_DVBC.c1535 MS_U8 max_len = (E_DMD_DVBC_CFG_BW11_H - E_DMD_DVBC_CFG_BW0_L + 1)/2; in INTERN_DVBC_Config() local
1539 if (max_len < u8_symbol_rate_list_num) in INTERN_DVBC_Config()
1556 for (indx = 0; indx < max_len ; indx++) in INTERN_DVBC_Config()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/mainz/demod/
H A DhalDMD_INTERN_DVBC.c1545 MS_U8 max_len = (E_DMD_DVBC_CFG_BW11_H - E_DMD_DVBC_CFG_BW0_L + 1)/2; in INTERN_DVBC_Config() local
1549 if (max_len < u8_symbol_rate_list_num) in INTERN_DVBC_Config()
1566 for (indx = 0; indx < max_len ; indx++) in INTERN_DVBC_Config()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/mooney/demod/
H A DhalDMD_INTERN_DVBC.c1526 MS_U8 max_len = (E_DMD_DVBC_CFG_BW11_H - E_DMD_DVBC_CFG_BW0_L + 1)/2; in INTERN_DVBC_Config() local
1530 if (max_len < u8_symbol_rate_list_num) in INTERN_DVBC_Config()
1547 for (indx = 0; indx < max_len ; indx++) in INTERN_DVBC_Config()