Home
last modified time | relevance | path

Searched refs:cheksumLastBytesIgnore (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h664 t_Error FM_PORT_ConfigCheksumLastBytesIgnore(t_Handle h_FmPort, uint8_t cheksumLastBytesIgnore);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h815 uint8_t cheksumLastBytesIgnore; member
H A Dfm_port.c343 (p_FmPort->p_FmPortDriverParam->cheksumLastBytesIgnore != DEFAULT_notSupported)) in CheckInitParameters()
361 if ((p_Params->cheksumLastBytesIgnore > FRAME_END_DATA_SIZE) in CheckInitParameters()
362 && ((p_Params->cheksumLastBytesIgnore != DEFAULT_notSupported))) in CheckInitParameters()
2338 p_FmPort->p_FmPortDriverParam->cheksumLastBytesIgnore = in FM_PORT_Config()
2461 p_FmPort->p_FmPortDriverParam->cheksumLastBytesIgnore = DEFAULT_notSupported; in FM_PORT_Config()