[nrf fromlist] soc: nordic: nrf54l: remove configuration of DCDC regulator #7757
Annotations
1 error, 1 warning, and 1 notice
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- *((volatile uint32_t *)0x50120624ul) = 20 | 1<<5;
- *((volatile uint32_t *)0x5012063Cul) &= ~(1<<19);
+ *((volatile uint32_t *)0x50120624ul) = 20 | 1 << 5;
+ *((volatile uint32_t *)0x5012063Cul) &= ~(1 << 19);
File:soc/nordic/nrf54l/soc.c
Line:163
|
Run Compliance Tests:
soc/nordic/nrf54l/soc.c#L163
soc/nordic/nrf54l/soc.c:163
- *((volatile uint32_t *)0x50120624ul) = 20 | 1<<5;
- *((volatile uint32_t *)0x5012063Cul) &= ~(1<<19);
+ *((volatile uint32_t *)0x50120624ul) = 20 | 1 << 5;
+ *((volatile uint32_t *)0x5012063Cul) &= ~(1 << 19);
|
Loading