Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 25 of 152) sorted by relevance

1234567

/hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/drivers/
Dfsl_clock.h326 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
327 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
328 #define GET_ID_ITEM_MUX(connection) ((uint8_t)((connection)&0xFFU)) argument
329 #define GET_ID_ITEM_SEL(connection) ((uint8_t)(((connection)&0xF00U) >> 8U) - 1U) argument
330 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
631 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/
Dfsl_clock.c358 void CLOCK_AttachClk(clock_attach_id_t connection) in CLOCK_AttachClk() argument
364 if (((uint32_t)connection & PMU_TUPLE_MUX_AVAIL) != 0U) in CLOCK_AttachClk()
366 *PMU_TUPLE_REG(PMU, connection) = PMU_TUPLE_SEL(connection); in CLOCK_AttachClk()
368 else if (((uint32_t)connection & CLKOUT_TUPLE_MUX_AVAIL) != 0U) in CLOCK_AttachClk()
370 CLKCTL1->CLKOUTSEL0 = CLKCTL1_CLKOUTSEL0_SEL(((uint32_t)connection >> 4U) & 0x7U); in CLOCK_AttachClk()
371 CLKCTL1->CLKOUTSEL1 = CLKCTL1_CLKOUTSEL1_SEL(((uint32_t)connection >> 8U) & 0x7U); in CLOCK_AttachClk()
372 CLKCTL1->CLKOUTSEL2 = CLKCTL1_CLKOUTSEL2_SEL(((uint32_t)connection >> 12U) & 0x7U); in CLOCK_AttachClk()
378 connection = in CLOCK_AttachClk()
379 …(clock_attach_id_t)(uint32_t)(((uint32_t)connection) >> (i * 16U)); /*!< pick up next descriptor … in CLOCK_AttachClk()
381 if ((((uint32_t)connection) & CLKCTL1_TUPLE_FLAG_MASK) != 0UL) in CLOCK_AttachClk()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/
Dfsl_clock.c358 void CLOCK_AttachClk(clock_attach_id_t connection) in CLOCK_AttachClk() argument
364 if (((uint32_t)connection & PMU_TUPLE_MUX_AVAIL) != 0U) in CLOCK_AttachClk()
366 *PMU_TUPLE_REG(PMU, connection) = PMU_TUPLE_SEL(connection); in CLOCK_AttachClk()
368 else if (((uint32_t)connection & CLKOUT_TUPLE_MUX_AVAIL) != 0U) in CLOCK_AttachClk()
370 CLKCTL1->CLKOUTSEL0 = CLKCTL1_CLKOUTSEL0_SEL(((uint32_t)connection >> 4U) & 0x7U); in CLOCK_AttachClk()
371 CLKCTL1->CLKOUTSEL1 = CLKCTL1_CLKOUTSEL1_SEL(((uint32_t)connection >> 8U) & 0x7U); in CLOCK_AttachClk()
372 CLKCTL1->CLKOUTSEL2 = CLKCTL1_CLKOUTSEL2_SEL(((uint32_t)connection >> 12U) & 0x7U); in CLOCK_AttachClk()
378 connection = in CLOCK_AttachClk()
379 …(clock_attach_id_t)(uint32_t)(((uint32_t)connection) >> (i * 16U)); /*!< pick up next descriptor … in CLOCK_AttachClk()
381 if ((((uint32_t)connection) & CLKCTL1_TUPLE_FLAG_MASK) != 0UL) in CLOCK_AttachClk()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/drivers/
Dfsl_clock.h283 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
284 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
285 #define GET_ID_ITEM_MUX(connection) (((uint8_t)(connection)) & 0xFFU) argument
286 #define GET_ID_ITEM_SEL(connection) (uint8_t)(((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
287 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
530 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/drivers/
Dfsl_clock.h283 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
284 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
285 #define GET_ID_ITEM_MUX(connection) (((uint8_t)(connection)) & 0xFFU) argument
286 #define GET_ID_ITEM_SEL(connection) (uint8_t)(((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
287 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
530 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018/drivers/
Dfsl_clock.h555 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
556 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
557 #define GET_ID_ITEM_MUX(connection) ((uint8_t)((connection)&0xFFU)) argument
558 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((connection)&0xF00U) >> 8U) - 1U)) argument
559 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
560 #define CLR_ID_ITEM_SEL(connection) ((connection) &= 0xFFFFF0FFU) argument
994 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5502CPXXXX/drivers/
Dfsl_clock.h475 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
476 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
477 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
478 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
479 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
943 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5506CPXXXX/drivers/
Dfsl_clock.h475 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
476 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
477 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
478 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
479 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
943 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5504CPXXXX/drivers/
Dfsl_clock.h475 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
476 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
477 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
478 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
479 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
943 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip.c264 …Qspi_Ip_WriteLuts(state->connection->qspiInstance, FEATURE_QSPI_LUT_SEQUENCE_SIZE * LutRegister, l… in Qspi_Ip_InitLutSeq()
283 …Qspi_Ip_WriteLuts(state->connection->qspiInstance, FEATURE_QSPI_LUT_SEQUENCE_SIZE * LutRegister, l… in Qspi_Ip_DeinitLutSeq()
562 status = Qspi_Ip_ControllerGetStatus(state->connection->qspiInstance); in Qspi_Ip_CheckMemoryStatus()
788 (void)Qspi_Ip_ControllerDeinit(state->connection->qspiInstance); in Qspi_Ip_InitOperation()
789 …status = Qspi_Ip_ControllerInit(state->connection->qspiInstance, initOperations[initOp].ctrlCfgPtr… in Qspi_Ip_InitOperation()
906 …status = Qspi_Ip_IpCommand(state->connection->qspiInstance, QSPI_IP_COMMAND_LUT, state->baseAddres… in Qspi_Ip_InitReset()
1035 …status = Qspi_Ip_IpCommand(state->connection->qspiInstance, QSPI_IP_COMMAND_LUT, state->baseAddres… in Qspi_Ip_RunCommand()
1074 …status = Qspi_Ip_IpRead(state->connection->qspiInstance, QSPI_IP_COMMAND_LUT, state->baseAddress +… in Qspi_Ip_RunReadCommand()
1113 …status = Qspi_Ip_IpWrite(state->connection->qspiInstance, QSPI_IP_COMMAND_LUT, state->baseAddress … in Qspi_Ip_RunWriteCommand()
1324 …status = Qspi_Ip_ControllerInit(state->connection->qspiInstance, state->configuration->ctrlAutoCfg… in Qspi_Ip_Reset()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5502/drivers/
Dfsl_clock.h485 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
486 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
487 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
488 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
489 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
970 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S04/drivers/
Dfsl_clock.h485 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
486 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
487 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
488 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
489 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
970 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5504/drivers/
Dfsl_clock.h485 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
486 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
487 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
488 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
489 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
970 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S06/drivers/
Dfsl_clock.h485 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
486 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
487 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
488 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
489 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
970 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5506/drivers/
Dfsl_clock.h485 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
486 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
487 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
488 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
489 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
970 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c246 …Qspi_Ip_WriteLuts(state->connection->qspiInstance, FEATURE_QSPI_LUT_SEQUENCE_SIZE * LutRegister, l… in Qspi_Ip_InitLutSeq()
522 status = Qspi_Ip_ControllerGetStatus(state->connection->qspiInstance); in Qspi_Ip_CheckMemoryStatus()
750 (void)Qspi_Ip_ControllerDeinit(state->connection->qspiInstance); in Qspi_Ip_InitOperation()
751 …status = Qspi_Ip_ControllerInit(state->connection->qspiInstance, initOperations[initOp].ctrlCfgPtr… in Qspi_Ip_InitOperation()
867 …status = Qspi_Ip_IpCommand(state->connection->qspiInstance, QSPI_IP_COMMAND_LUT, state->baseAddres… in Qspi_Ip_InitReset()
988 …status = Qspi_Ip_IpCommand(state->connection->qspiInstance, QSPI_IP_COMMAND_LUT, state->baseAddres… in Qspi_Ip_RunCommand()
1026 …status = Qspi_Ip_IpRead(state->connection->qspiInstance, QSPI_IP_COMMAND_LUT, state->baseAddress +… in Qspi_Ip_RunReadCommand()
1064 …status = Qspi_Ip_IpWrite(state->connection->qspiInstance, QSPI_IP_COMMAND_LUT, state->baseAddress … in Qspi_Ip_RunWriteCommand()
1249 …status = Qspi_Ip_ControllerInit(state->connection->qspiInstance, state->configuration->ctrlAutoCfg… in Qspi_Ip_Reset()
1281 status = Qspi_Ip_ControllerGetStatus(state->connection->qspiInstance); in Qspi_Ip_GetMemoryStatus()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5526/drivers/
Dfsl_clock.h542 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
543 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
544 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
545 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
546 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
1035 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/drivers/
Dfsl_clock.h570 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
571 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
572 #define GET_ID_ITEM_MUX(connection) ((uint8_t)((connection)&0xFFU)) argument
573 #define GET_ID_ITEM_SEL(connection) (uint8_t)(((((connection)&0xF00U) >> 8U) - 1U)) argument
574 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
1003 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018M/drivers/
Dfsl_clock.h554 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
555 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
556 #define GET_ID_ITEM_MUX(connection) ((uint8_t)((connection)&0xFFU)) argument
557 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((connection)&0xF00U) >> 8U) - 1U)) argument
558 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
992 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018/drivers/
Dfsl_clock.h552 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
553 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
554 #define GET_ID_ITEM_MUX(connection) ((uint8_t)((connection)&0xFFU)) argument
555 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((connection)&0xF00U) >> 8U) - 1U)) argument
556 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
990 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5512/drivers/
Dfsl_clock.h541 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
542 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
543 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
544 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
545 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
1039 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S016/drivers/
Dfsl_clock.h554 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
555 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
556 #define GET_ID_ITEM_MUX(connection) ((uint8_t)((connection)&0xFFU)) argument
557 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((connection)&0xF00U) >> 8U) - 1U)) argument
558 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
992 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S005/drivers/
Dfsl_clock.h554 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
555 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
556 #define GET_ID_ITEM_MUX(connection) ((uint8_t)((connection)&0xFFU)) argument
557 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((connection)&0xF00U) >> 8U) - 1U)) argument
558 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
992 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54616/drivers/
Dfsl_clock.h570 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
571 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
572 #define GET_ID_ITEM_MUX(connection) ((uint8_t)((connection)&0xFFU)) argument
573 #define GET_ID_ITEM_SEL(connection) (uint8_t)(((((connection)&0xF00U) >> 8U) - 1U)) argument
574 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
1003 void CLOCK_AttachClk(clock_attach_id_t connection);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S16/drivers/
Dfsl_clock.h541 #define GET_ID_ITEM(connection) ((connection)&0xFFFU) argument
542 #define GET_ID_NEXT_ITEM(connection) ((connection) >> 12U) argument
543 #define GET_ID_ITEM_MUX(connection) (((uint8_t)connection) & 0xFFU) argument
544 #define GET_ID_ITEM_SEL(connection) ((uint8_t)((((uint32_t)(connection)&0xF00U) >> 8U) - 1U)) argument
545 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
1039 void CLOCK_AttachClk(clock_attach_id_t connection);

1234567