Searched refs:sei_ctrl_idx (Results 1 – 8 of 8) sorted by relevance
| /bsp/hpmicro/hpm5300evk/board/ |
| A D | pinmux.h | 38 void init_sei_pins(SEI_Type *ptr, uint8_t sei_ctrl_idx);
|
| A D | pinmux.c | 271 void init_sei_pins(SEI_Type *ptr, uint8_t sei_ctrl_idx) in init_sei_pins() argument 274 if (sei_ctrl_idx == SEI_CTRL_1) { in init_sei_pins()
|
| A D | board.c | 562 void board_init_sei_pins(SEI_Type *ptr, uint8_t sei_ctrl_idx) in board_init_sei_pins() argument 564 init_sei_pins(ptr, sei_ctrl_idx); in board_init_sei_pins()
|
| A D | board.h | 373 void board_init_sei_pins(SEI_Type *ptr, uint8_t sei_ctrl_idx);
|
| /bsp/hpmicro/hpm6e00evk/board/ |
| A D | pinmux.h | 34 void init_sei_pins(SEI_Type *ptr, uint8_t sei_ctrl_idx);
|
| A D | board.c | 1054 void board_init_sei_pins(SEI_Type *ptr, uint8_t sei_ctrl_idx) in board_init_sei_pins() argument 1056 init_sei_pins(ptr, sei_ctrl_idx); in board_init_sei_pins()
|
| A D | pinmux.c | 410 void init_sei_pins(SEI_Type *ptr, uint8_t sei_ctrl_idx) in init_sei_pins() argument 413 if (sei_ctrl_idx == SEI_CTRL_1) { in init_sei_pins()
|
| A D | board.h | 706 void board_init_sei_pins(SEI_Type *ptr, uint8_t sei_ctrl_idx);
|
Completed in 21 milliseconds