Home
last modified time | relevance | path

Searched refs:FmIsMaster (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c63 ASSERT_COND(((event & (IM_EV_RX | IM_EV_BSY)) && FmIsMaster(p_FmPort->h_Fm)) || in ImException()
64 !FmIsMaster(p_FmPort->h_Fm)); in ImException()
267 if (FmIsMaster(p_FmPort->h_Fm)) in FmPortConfigIM()
563 if (!FmIsMaster(p_FmPort->h_Fm)) in FM_PORT_ConfigIMPolling()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c328 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm)); in WritePar()
616 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm)); in EventsCB()
643 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm)); in ErrorExceptionsCB()
1493 if (!FmIsMaster(p_FmPcd->h_Fm)) in FM_PCD_ConfigPlcrAutoRefreshMode()
1523 if (!FmIsMaster(p_FmPcd->h_Fm)) in FM_PCD_SetPlcrStatistics()
H A Dfm_kg.c897 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm)); in PcdKgErrorException()
2316 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm)); in KgEnable()
2324 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm)); in KgDisable()
2336 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm)); in KgSetClsPlan()
2382 if (FmIsMaster(p_FmPcd->h_Fm)) in KgConfig()
3213 if (!FmIsMaster(p_FmPcd->h_Fm)) in FM_PCD_KgSetAdditionalDataAfterParsing()
3234 if (!FmIsMaster(p_FmPcd->h_Fm)) in FM_PCD_KgSetDfltValue()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1158 bool FmIsMaster(t_Handle h_Fm);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c264 if (!FmIsMaster(p_FmHcParams->h_Fm)) in FmHcConfigAndInit()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c2582 bool FmIsMaster(t_Handle h_Fm) in FmIsMaster() function