@@ -52,8 +52,8 @@ The services are DIM RPC services. Every RPC is called with a string and expects
5252 * Register value
5353
5454* Example:
55- * DIM input: ` 0x0000f00d \n `
56- * DIM output: ` 0x0000beef \n `
55+ * DIM input: ` 0x0000f00d `
56+ * DIM output: ` 0x0000beef `
5757
5858#### REGISTER_WRITE
5959* Parameters:
@@ -63,7 +63,7 @@ The services are DIM RPC services. Every RPC is called with a string and expects
6363 * empty
6464
6565* Example:
66- * DIM input: ` 0x0000f00d,0x0000beef \n `
66+ * DIM input: ` 0x0000f00d,0x0000beef `
6767 * DIM output: ` `
6868
6969#### SCA_SEQUENCE
@@ -73,7 +73,7 @@ The services are DIM RPC services. Every RPC is called with a string and expects
7373 * Sequence of SCA command, and SCA read pairs
7474
7575* Example:
76- * DIM input: ` 0x00000010,0x00000011\n0x000000020,0x00000021\n `
76+ * DIM input: ` 0x00000010,0x00000011\n0x000000020,0x00000021 `
7777 * DIM output: ` 0x00000010,0x00000111\n0x00000020,0x00000221\n `
7878
7979#### SWT_SEQUENCE
@@ -90,7 +90,7 @@ The services are DIM RPC services. Every RPC is called with a string and expects
9090 * ` reset ` returns nothing
9191
9292* Example:
93- * DIM input ` reset\n0x0000000000badc0ffee,write\nread\n `
93+ * DIM input ` reset\n0x0000000000badc0ffee,write\nread `
9494 * DIM output ` 0\n0x0000000000badc0ffee\n `
9595
9696#### IC_SEQUENCE
@@ -106,7 +106,7 @@ The services are DIM RPC services. Every RPC is called with a string and expects
106106 * Value on ` read `
107107
108108* Example:
109- * DIM input: ` 0x54,0xff,write\n0x54,read\n `
109+ * DIM input: ` 0x54,0xff,write\n0x54,read `
110110 * DIM output: ` 0x000000ff\n0x000000ff\n `
111111
112112#### IC_GBT_I2C_WRITE
0 commit comments