/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/ |
D | guiconfig.py | 580 item = node.item 582 values=item.name if item.__class__ is Symbol_ else "") 689 if node.list and not isinstance(node.item, Symbol): 690 if _tree.item(id(node), "open"): 712 if node.list and isinstance(node.item, Symbol): 716 elif node.list and isinstance(node.item, Symbol): 753 elif node.list and isinstance(node.item, Symbol): 773 (node.item == MENU and not expr_value(node.visibility)) 783 _tree.item( 798 if node.item == COMMENT: [all …]
|
D | menuconfig.py | 1117 if isinstance(menu.item, Choice): 1130 choice = _cur_menu.item 1156 jump_into = (isinstance(node.item, Choice) or node.item == MENU) and \ 1186 if jump_into and isinstance(_cur_menu.item, Choice): 1420 if isinstance(node.item, (Symbol, Choice)) and node.help: 1453 standard_sc_expr_str(menu.item)) 1504 elif node.list and isinstance(node.item, Symbol): 1519 if isinstance(menu.item, Choice): 1543 seen_syms = {node.item for node in rec(menu.list) 1544 if isinstance(node.item, Symbol)} [all …]
|
D | kconfiglib.py | 1048 self.top_node.item = MENU 1618 if node.item is MENU and expr_value(node.dep) and \ 1633 item = node.item 1635 if item.__class__ is Symbol: 1636 if item._visited: 1638 item._visited = True 1640 conf_string = item.config_string 1652 ((item is MENU and expr_value(node.visibility)) or 1653 item is COMMENT): 1951 if unique_syms and node.item.__class__ is Symbol: [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/ |
D | fsl_video_common.c | 113 status_t VIDEO_RINGBUF_Get(video_ringbuf_t *ringbuf, void **item) in VIDEO_RINGBUF_Get() argument 123 *item = ringbuf->buf[ringbuf->front]; in VIDEO_RINGBUF_Get() 142 status_t VIDEO_RINGBUF_Put(video_ringbuf_t *ringbuf, void *item) in VIDEO_RINGBUF_Put() argument 154 ringbuf->buf[ringbuf->rear] = item; in VIDEO_RINGBUF_Put() 275 status_t VIDEO_STACK_Pop(video_stack_t *stack, void **item) in VIDEO_STACK_Pop() argument 281 *item = stack->buf[--stack->top]; in VIDEO_STACK_Pop() 286 *item = NULL; in VIDEO_STACK_Pop() 293 status_t VIDEO_STACK_Push(video_stack_t *stack, void *item) in VIDEO_STACK_Push() argument 299 stack->buf[stack->top++] = item; in VIDEO_STACK_Push()
|
D | fsl_video_common.h | 203 status_t VIDEO_RINGBUF_Get(video_ringbuf_t *ringbuf, void **item); 213 status_t VIDEO_RINGBUF_Put(video_ringbuf_t *ringbuf, void *item); 324 status_t VIDEO_STACK_Pop(video_stack_t *stack, void **item); 334 status_t VIDEO_STACK_Push(video_stack_t *stack, void *item);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC51U68/drivers/ |
D | fsl_clock.c | 127 uint16_t item; in CLOCK_AttachClk() local 142 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 143 if (item != (uint16_t)0U) in CLOCK_AttachClk() 145 mux = GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 146 sel = GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC54114/drivers/ |
D | fsl_clock.c | 128 uint16_t item; in CLOCK_AttachClk() local 143 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 144 if (item != 0U) in CLOCK_AttachClk() 146 mux = GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 147 sel = GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC54113/drivers/ |
D | fsl_clock.c | 128 uint16_t item; in CLOCK_AttachClk() local 143 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 144 if (item != 0U) in CLOCK_AttachClk() 146 mux = GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 147 sel = GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5506/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5502CPXXXX/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5504/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5504CPXXXX/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5506CPXXXX/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5502/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S04/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S06/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5528/drivers/ |
D | fsl_clock.c | 108 uint16_t item; in CLOCK_AttachClk() local 123 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 124 if (item != 0U) in CLOCK_AttachClk() 126 mux = GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 127 sel = GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S16/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5516/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5526/drivers/ |
D | fsl_clock.c | 108 uint16_t item; in CLOCK_AttachClk() local 123 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 124 if (item != 0U) in CLOCK_AttachClk() 126 mux = GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 127 sel = GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5514/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S26/drivers/ |
D | fsl_clock.c | 108 uint16_t item; in CLOCK_AttachClk() local 123 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 124 if (item != 0U) in CLOCK_AttachClk() 126 mux = GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 127 sel = GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5512/drivers/ |
D | fsl_clock.c | 114 uint16_t item; in CLOCK_AttachClk() local 129 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 130 if (item != 0U) in CLOCK_AttachClk() 132 mux = (uint8_t)GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 133 sel = (uint8_t)GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S28/drivers/ |
D | fsl_clock.c | 108 uint16_t item; in CLOCK_AttachClk() local 123 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 124 if (item != 0U) in CLOCK_AttachClk() 126 mux = GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 127 sel = GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S66/drivers/ |
D | fsl_clock.c | 108 uint16_t item; in CLOCK_AttachClk() local 123 item = (uint16_t)GET_ID_ITEM(tmp32); in CLOCK_AttachClk() 124 if (item != 0U) in CLOCK_AttachClk() 126 mux = GET_ID_ITEM_MUX(item); in CLOCK_AttachClk() 127 sel = GET_ID_ITEM_SEL(item); in CLOCK_AttachClk()
|