Is NVIC_PRIORITYGROUP_4 (3) same in effect as 0 ? (32F417)
Cube MX generates a call with a value of NVIC_PRIORITYGROUP_4 which is defined as#define NVIC_PRIORITYGROUP_4 0x00000003U /*!< 4 bits for pre-emption priority 0 bits for subpriority */but if you follow the function NVIC_...