Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 25 of 115) sorted by relevance

12345

/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
/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
/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
/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
/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
/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
/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
/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
/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
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018M/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
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54005/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
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54016/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
/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
/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
/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
/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
/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
/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
/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
/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
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54628/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) ((connection)&0xFFU) argument
573 #define GET_ID_ITEM_SEL(connection) ((((connection)&0xF00U) >> 8U) - 1U) argument
574 #define GET_ID_SELECTOR(connection) ((connection)&0xF000000U) argument
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54618/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
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S66/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
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54607/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
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54605/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

12345