openocd/src/jtag/hla
Antonio Borneo be631eed16 hla: API: specify that read_reg/write_reg use regsel as parameter
The API of hla have been defined from ST-Link basic operations.
By chance, all the current implementation of hla (st-link, ti-icdi
and nulink) share the same way to handle the parameter 'num' of
the API read_reg() and write_reg(), that is simply using it to
initialize the field REGSEL (bits [6:0]) of armv7m Debug Core
Register Selector Register (DCRSR).

Add a comment in the API definition to highlight this, in case it
get used by a further hla implementation, then rename as 'regsel'
the 'num' parameter.

Change-Id: I4b6a2c7d78b4fc4de2b9b2bdba065414b15c6ba3
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5882
Reviewed-by: Edward Fewell <edwardfewell@hotmail.com>
Tested-by: jenkins
Reviewed-by: Zale Yu
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
2020-11-15 21:07:14 +00:00
..
Makefile.am Convert to non-recursive make 2016-12-08 16:23:10 +00:00
hla_interface.c jtag: declare local symbols as static 2020-11-04 17:39:22 +00:00
hla_interface.h hla: remove unused hl_interface_param_s.api 2020-05-09 14:35:01 +01:00
hla_layout.c jtag/drivers: add support for Nu-Link (Nuvoton ICE) over usb 2020-08-02 10:47:02 +01:00
hla_layout.h hla: API: specify that read_reg/write_reg use regsel as parameter 2020-11-15 21:07:14 +00:00
hla_tcl.c jtag: hla: tcl: fix inconsistent expected_id handling 2018-03-12 14:10:18 +00:00
hla_tcl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
hla_transport.c hla_transport: split command registration per transport 2020-09-05 17:10:38 +01:00
hla_transport.h swim: add new transport 2020-05-24 21:32:05 +01:00