Home
last modified time | relevance | path

Searched refs:State (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Spi/src/
DSpi_Ip.c259 static uint16 Spi_Ip_WriteCmdFifo(Spi_Ip_StateStructureType* State, SPI_Type *Base) in Spi_Ip_WriteCmdFifo() argument
266 if (NumberOfCmdWrites > State->ExpectedCmdFifoWrites) in Spi_Ip_WriteCmdFifo()
268 NumberOfCmdWrites = State->ExpectedCmdFifoWrites; in Spi_Ip_WriteCmdFifo()
272 if (State->Pushr0RepeatIndex < State->Pushr0Repeat) in Spi_Ip_WriteCmdFifo()
274 State->Pushr0RepeatIndex++; in Spi_Ip_WriteCmdFifo()
278 State->NbCmdsIndex++; in Spi_Ip_WriteCmdFifo()
281 DevAssert(State->NbCmdsIndex < 3u); in Spi_Ip_WriteCmdFifo()
283 Base->PUSHR.FIFO.CMD = State->PushrCmds[State->NbCmdsIndex]; in Spi_Ip_WriteCmdFifo()
284 State->ExpectedCmdFifoWrites--; in Spi_Ip_WriteCmdFifo()
300 Spi_Ip_StateStructureType* State = Spi_Ip_apxStateStructureArray[Instance]; in Spi_Ip_TransferProcess() local
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Platform/src/
DMru_Ip_Irq.c374 const Mru_Ip_StateStructureType* State = Mru_Ip_apxStateStructureArray[MRU_IP_SMU_MRU_ID]; in ISR() local
377 if(NULL_PTR != State) in ISR()
398 const Mru_Ip_StateStructureType* State = Mru_Ip_apxStateStructureArray[MRU_IP_SMU_MRU_ID]; in ISR() local
401 if(NULL_PTR != State) in ISR()
425 const Mru_Ip_StateStructureType* State = Mru_Ip_apxStateStructureArray[MRU_IP_RTU0_MRU0_ID]; in ISR() local
428 if(NULL_PTR != State) in ISR()
449 const Mru_Ip_StateStructureType* State = Mru_Ip_apxStateStructureArray[MRU_IP_RTU0_MRU0_ID]; in ISR() local
452 if(NULL_PTR != State) in ISR()
476 const Mru_Ip_StateStructureType* State = Mru_Ip_apxStateStructureArray[MRU_IP_RTU0_MRU1_ID]; in ISR() local
479 if(NULL_PTR != State) in ISR()
[all …]
DMru_Ip.c221 Mru_Ip_StateStructureType* State; in Mru_Ip_Init_Privileged() local
229 State = Mru_Ip_apxStateStructureArray[InstanceId]; in Mru_Ip_Init_Privileged()
231 State = Mru_Ip_apxStateStructureArray[InstanceId]; in Mru_Ip_Init_Privileged()
232 State->HWUnitConfig = HWUnitConfigPtr; in Mru_Ip_Init_Privileged()
307 const Mru_Ip_StateStructureType* State = Mru_Ip_apxStateStructureArray[InstanceId]; in Mru_Ip_ResetReceiveChannel_Privileged() local
311 ChannelConfig = &State->HWUnitConfig->ChannelCfg[ChannelIdx]; in Mru_Ip_ResetReceiveChannel_Privileged()
366 const Mru_Ip_StateStructureType* State = Mru_Ip_apxStateStructureArray[InstanceId]; in Mru_Ip_ReadMailbox_Privileged() local
369 ChannelConfig = &State->HWUnitConfig->ChannelCfg[ChannelIdx]; in Mru_Ip_ReadMailbox_Privileged()
423 const Mru_Ip_StateStructureType* State = Mru_Ip_apxStateStructureArray[InstanceId]; in Mru_Ip_GetMailboxStatus_Privileged() local
425 ChannelConfig = &State->HWUnitConfig->ChannelCfg[ChannelIdx]; in Mru_Ip_GetMailboxStatus_Privileged()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/
Dfwk_platform_mcuboot_ota.ch369 /* State I (request for swapping upon next reboot) */
376 /* State II (image marked for permanent change) */
387 /* State III (revert scheduled for next reboot => image is under test) */
393 *p_state = kPlatOtaImg_None; /* State IV default */
/hal_nxp-latest/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_HwAccess.h346 uint8 State = (uint8)((Base->LINSR & LINFLEXD_LINSR_LINS_MASK) >> LINFLEXD_LINSR_LINS_SHIFT); in Linflexd_Uart_Ip_GetLinState() local
347 return (Linflexd_Uart_Ip_StateType)State; in Linflexd_Uart_Ip_GetLinState()
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c4578 … switch(Netc_Eth_Ip_TxManagementInfoBuff[ctrlIndex][ManagementInfoIndex].State)
4581 …Netc_Eth_Ip_TxManagementInfoBuff[ctrlIndex][ManagementInfoIndex].State = NETC_ETH_IP_TX_MGMT_READY;
4584 …Netc_Eth_Ip_TxManagementInfoBuff[ctrlIndex][ManagementInfoIndex].State = NETC_ETH_IP_TX_MGMT_WAITI…
6437 …th_Ip_TxManagementInfoBuff[0U][ProducerIndex / NETC_ETH_IP_PRODUCER_INCR].State == NETC_ETH_IP_TX_…
6439 …th_Ip_TxManagementInfoBuff[0U][ProducerIndex / NETC_ETH_IP_PRODUCER_INCR].State = NETC_ETH_IP_TX_M…
6443 …th_Ip_TxManagementInfoBuff[0U][ProducerIndex / NETC_ETH_IP_PRODUCER_INCR].State = NETC_ETH_IP_TX_M…
8003 …xManagementInfoBuff[0U][CurrentIndex / (uint16)NETC_ETH_IP_PRODUCER_INCR].State == NETC_ETH_IP_TX_…
8005 …xManagementInfoBuff[0U][CurrentIndex / (uint16)NETC_ETH_IP_PRODUCER_INCR].State = NETC_ETH_IP_TX_M…
8017 …xManagementInfoBuff[0U][CurrentIndex / (uint16)NETC_ETH_IP_PRODUCER_INCR].State = NETC_ETH_IP_TX_M…
8045 TxMgmtObjState = TxMgmtInfo->State;
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Controller.c1151 uint32 State) in Qspi_Ip_Sfp_WaitFsmState() argument
1166 if ((FsmStatValid != 0U) && (FsmStatState == State)) in Qspi_Ip_Sfp_WaitFsmState()
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Controller.c1382 uint32 State) in Qspi_Ip_Sfp_WaitFsmState() argument
1398 if ((FsmStatValid != 0U) && (FsmStatState == State)) in Qspi_Ip_Sfp_WaitFsmState()
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h2089 Netc_Eth_Ip_TxManagementStateType State; member
/hal_nxp-latest/zephyr/blobs/license/
DLA_OPT_NXP_Software_License.txt296 Licensee agrees that the laws of the State of Texas, USA, without regard to
/hal_nxp-latest/mcux/mcux-sdk/
DLA_OPT_NXP_Software_License.txt296 Licensee agrees that the laws of the State of Texas, USA, without regard to