📄 mei_jd_mpc564.searchresults
字号:
---- event Matches (69 in 10 files) ----
Tpu_oc.c (oc): that indicates when the next match event will occur. In
Tpu_oc.c (oc): event will occur, or the TCR value of the most recent match event.
Tpu_oc.c (oc): of the last match event. This may be used by the host CPU to
Tpu_qom.c (qom): event[] - This is the array of events.
Tpu_qom.c (qom): UINT8 ref, UINT8 events, union event_tag event[])
Tpu_qom.c (qom): /* build event offset and pin state table */
Tpu_qom.c (qom): tpu->PARM.R[channel][p++] = event[x].p;
Tpu_qom.h (qom): UINT8 ref, UINT8 events, union event_tag event[]);
Tpu_qom_example1.c (qom):union event_tag event[0];
Tpu_qom_example1.c (qom):/* event 1: $500 counts then drive pin low. */
Tpu_qom_example1.c (qom): event[0].b.offset = 0x500;
Tpu_qom_example1.c (qom): event[0].b.pin = TPU_QOM_FALLING_EDGE;
Tpu_qom_example1.c (qom): 0, 0, 1, event);
Tpu_qom_example2.c (qom):union event_tag event[2]; /* 3 events */
Tpu_qom_example2.c (qom):/* event 1: $400 counts then drive pin high. */
Tpu_qom_example2.c (qom):/* event 2: $7FFF counts then drive pin high. */
Tpu_qom_example2.c (qom):/* event 3: $6001 counts then drive pin low. */
Tpu_qom_example2.c (qom): event[0].b.offset = 0x400;
Tpu_qom_example2.c (qom): event[0].b.pin = TPU_QOM_RISING_EDGE;
Tpu_qom_example2.c (qom): event[1].b.offset = 0x7FFF;
Tpu_qom_example2.c (qom): event[1].b.pin = TPU_QOM_RISING_EDGE;
Tpu_qom_example2.c (qom): event[2].b.offset = 0x6001;
Tpu_qom_example2.c (qom): event[2].b.pin = TPU_QOM_FALLING_EDGE;
Tpu_qom_example2.c (qom): 2, 0, 3, event);
Tpu_qom_example3.c (qom):union event_tag event[2]; /* 3 events */
Tpu_qom_example3.c (qom):/* event 1: $1000 counts then drive pin low. */
Tpu_qom_example3.c (qom):/* event 2: $0280 counts then drive pin high. */
Tpu_qom_example3.c (qom):/* event 3: $3000 counts then drive pin low . */
Tpu_qom_example3.c (qom): event[0].p = (0x1000 << 1) + TPU_QOM_FALLING_EDGE;
Tpu_qom_example3.c (qom): event[1].p = (0x0280 << 1) + TPU_QOM_RISING_EDGE;
Tpu_qom_example3.c (qom): event[2].p = (0x3000 << 1) + TPU_QOM_FALLING_EDGE;
Tpu_qom_example3.c (qom): 0, 0x62, 3, event);
Tpu_qom_example4.c (qom):const union event_tag event[2] = {(0x2000 << 1) + TPU_QOM_RISING_EDGE,\
Tpu_qom_example4.c (qom):/* event 1: $2000 counts then drive pin high. */
Tpu_qom_example4.c (qom):/* event 2: $5100 counts then drive pin low. */
Tpu_qom_example4.c (qom): 0, 0, 2, (void *)event);
Tpu_qom_example5.c (qom):const union event_tag event[4] = {(0x0500 << 1) + TPU_QOM_RISING_EDGE,\
Tpu_qom_example5.c (qom):/* event 1: $0500 counts then drive pin high. */
Tpu_qom_example5.c (qom):/* event 2: $7FFF counts then drive pin high. */
Tpu_qom_example5.c (qom):/* event 3: $7FFF counts then drive pin high. */
Tpu_qom_example5.c (qom):/* event 4: $5002 counts then drive pin low. */
Tpu_qom_example5.c (qom): 0, 0xf2, 4, (void *)event);
Tpu_qom_example6.c (qom):const union event_tag event[14] = {(0x0100 << 1) + TPU_QOM_FALLING_EDGE,\
Tpu_qom_example6.c (qom):/* event 1: $0100 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 2: $0200 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 3: $0300 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 4: $0200 counts then drive pin low. */
Tpu_qom_example6.c (qom):/* event 5: $0100 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 6: $0200 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 7: $0200 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 8: $0200 counts then drive pin low. */
Tpu_qom_example6.c (qom):/* event 9: $0100 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 10: $0100 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 11: $0100 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 12: $0100 counts then drive pin low. */
Tpu_qom_example6.c (qom):/* event 13: $0100 counts then drive pin high. */
Tpu_qom_example6.c (qom):/* event 14: $0200 counts then drive pin high. */
Tpu_qom_example6.c (qom): 0, 0, 14, (void *)event);
Tpu_qom_example7.c (qom):/* event 1: $0200 counts then drive pin high. */
Tpu_qom_example7.c (qom):/* event 2: $0600 counts then drive pin low. */
Tpu_qom_example7.c (qom):/* event 3: $0200 counts then drive pin high. */
Tpu_qom_example7.c (qom):/* event 4: $0200 counts then drive pin low. */
Tpu_qom_example7.c (qom):/* first match: last event time */
Tpu_qom_example7.c (qom):/* reference parameter: NA (not used in last event first match mode)*/
Tpu_qom_example7.c (qom):/* event 1: $0600 counts then drive pin high. */
Tpu_qom_example7.c (qom):/* event 2: $0700 counts then drive pin low. */
Tpu_qom_example7.c (qom):/* event 3: $0200 counts then drive pin high. */
Tpu_qom_example7.c (qom):/* event 4: $0600 counts then drive pin low. */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -